diff --git a/src/post_modules/GLUT/configure.in b/src/post_modules/GLUT/configure.in index 162bf41adbe33cb2867a9bdcff03e76540a5d6d6..2fb58e7c46820c653c299ca754c1697829d421a5 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 )