From a9ff65691c1914c8a53adfaad990417ac104f9cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Mon, 8 Nov 1999 22:41:25 +0100 Subject: [PATCH] Fixed typo. Rev: src/post_modules/GL/configure.in:1.8 --- src/post_modules/GL/configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/post_modules/GL/configure.in b/src/post_modules/GL/configure.in index 31ba496e6c..f3496b364d 100755 --- a/src/post_modules/GL/configure.in +++ b/src/post_modules/GL/configure.in @@ -1,4 +1,4 @@ -# $Id: configure.in,v 1.7 1999/11/08 21:39:13 grubba Exp $ +# $Id: configure.in,v 1.8 1999/11/08 21:41:25 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_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 -- GitLab