Skip to content
Snippets Groups Projects
Commit 3d634ad9 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed typo again.

Rev: src/post_modules/GL/configure.in:1.9
parent a9ff6569
No related branches found
No related tags found
No related merge requests found
# $Id: configure.in,v 1.8 1999/11/08 21:41:25 grubba Exp $
# $Id: configure.in,v 1.9 1999/11/08 21:42:59 grubba Exp $
AC_INIT(top.c)
AC_CONFIG_HEADER(config.h)
......@@ -19,7 +19,7 @@ else
AC_CHECK_HEADERS(windef.h wingdi.h GL/gl.h GL/glx.h)
if test "x$ac_cv_header_windef_h$ac_cv_wingdi_h$ac_cv_header_GL_gl_h$ac_cv_header_GL_glx_h" = "xnononono"; then
if test "x$ac_cv_header_windef_h$ac_cv_header_wingdi_h$ac_cv_header_GL_gl_h$ac_cv_header_GL_glx_h" = "xnononono"; then
# Solaris 7 comes with libGL, but without the headerfiles by default.
:
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment