r1232: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 22 Nov 2001 17:08:40 +0000 (17:08 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 22 Nov 2001 17:08:40 +0000 (17:08 +0000)
configure.in

index 178cc21d6c063d830bde1c5dcb3b54349c708082..21ca5b907880e4aef3e16ea0139bede6c3a723a9 100644 (file)
@@ -350,7 +350,10 @@ if test "$no_x" != "yes" ; then
   AC_MSG_RESULT(yes)
   ctlib_graphics="$ctlib_graphics $X_BASIC_LIBS $X_TOOLKIT_LIBS"
   if test "$libgl" = "true" ; then
-    ctlib_graphics="$ctlib_graphics -lwx_gtk_gl -lglut -lGL -lGLU"
+    ctlib_graphics="$ctlib_graphics -lglut -lGL -lGLU"
+    if test "$wxwin" = "true" ; then
+      ctlib_graphics="$ctlib_graphics -lwx_gtk_gl"
+    fi
   fi
   if test "$wxwin" = "true" ; then
     AC_DEFINE(HAVE_SGP)