From a6212af55ee58a3ef3db8973d71c3e8473e50ee1 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Thu, 22 Nov 2001 17:08:40 +0000 Subject: [PATCH] r1232: *** empty log message *** --- configure.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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) -- 2.34.1