From 3d634ad9cd767fb1a33920d0b80222a4a9513afc 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:42:59 +0100
Subject: [PATCH] Fixed typo again.

Rev: src/post_modules/GL/configure.in:1.9
---
 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 f3496b364d..91f962be65 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
-- 
GitLab