r194: configure.in
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 7 Sep 2000 05:00:03 +0000 (05:00 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 7 Sep 2000 05:00:03 +0000 (05:00 +0000)
config.h.in
configure.in

index 6675c912f1c7d06291986265be0fa95462db4a31..1c31ad5cb8ecadd8765ba267aca6504970aec22f 100644 (file)
 /* Version number of package */
 #undef VERSION
 
+#undef HAVE_G2
index ee4bc51bdbd4163357947f9e4801bd7d4d995636..74d5fecfa53c0091d6e92f739ef3d033e10e9932 100644 (file)
@@ -311,7 +311,7 @@ AM_CONDITIONAL(NO_X, test "x$no_x" = "xyes")
 my_includes="$my_includes -I../include -I.."
 AC_SUBST(my_includes)
 
-AC_MSG_CHECKING([interactive graphics])
+AC_MSG_CHECKING([for X])
 if test "$no_x" != "yes" ; then
   AC_DEFINE(HAVE_X11)
   AC_DEFINE(HAVE_SGP)
@@ -321,6 +321,7 @@ if test "$no_x" != "yes" ; then
   AC_MSG_RESULT(yes)
   if test "$g2" = "true" ; then
   ctlibs_graphics="$ctlibs_graphics -lg2"
+  AC_DEFINE(HAVE_G2)
   fi   
   ctlibs_graphics="$ctlibs_graphics $X_BASIC_LIBS $X_TOOLKIT_LIBS"
 else