diff --git a/src/post_modules/GL/configure.in b/src/post_modules/GL/configure.in
index f3496b364df9f945199b1f12bcf404dbb502404d..91f962be65df8810d9fd2f3972fbbdd31c02b0f0 100755
--- a/src/post_modules/GL/configure.in
+++ b/src/post_modules/GL/configure.in
@@ -1,4 +1,4 @@
-# $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