From: Kevin M. Rosenberg Date: Thu, 22 Nov 2001 17:08:40 +0000 (+0000) Subject: r1232: *** empty log message *** X-Git-Tag: debian-4.5.3-3~345 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=a6212af55ee58a3ef3db8973d71c3e8473e50ee1 r1232: *** empty log message *** --- diff --git a/configure.in b/configure.in index 178cc21..21ca5b9 100644 --- a/configure.in +++ b/configure.in @@ -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)