From b353748a83d7abfa641c9a7b73fe7eb8c75b3c05 Mon Sep 17 00:00:00 2001 From: Per Hedbor <ph@opera.com> Date: Sun, 14 Nov 1999 01:09:35 +0100 Subject: [PATCH] oups Rev: src/post_modules/GLUT/configure.in:1.2 --- src/post_modules/GLUT/configure.in | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/post_modules/GLUT/configure.in b/src/post_modules/GLUT/configure.in index 162bf41adb..2fb58e7c46 100755 --- a/src/post_modules/GLUT/configure.in +++ b/src/post_modules/GLUT/configure.in @@ -1,4 +1,4 @@ -# $Id: configure.in,v 1.1 1999/11/14 00:01:49 per Exp $ +# $Id: configure.in,v 1.2 1999/11/14 00:09:35 per Exp $ AC_INIT(top.c) AC_CONFIG_HEADER(config.h) @@ -9,7 +9,7 @@ AC_PATH_XTRA() AC_ARG_WITH(GLUT, [ --without-GLUT no support for GLUT],[without_GLUT=yes],[without_GLUT=no]) if test x$without_GLUT = xyes; then - : + AUTO="" else AC_CHECK_LIB(X11, main) @@ -44,8 +44,5 @@ else AC_MSG_RESULT(no) AUTO="" fi -else - AUTO="" -fi AC_OUTPUT(Makefile,echo FOO >stamp-h ) -- GitLab