fixed configure script: GTK default was enabled even with --with-Xaw
authorArun Persaud <arun@nubati.net>
Sat, 5 Mar 2016 21:03:04 +0000 (13:03 -0800)
committerArun Persaud <arun@nubati.net>
Sat, 5 Mar 2016 21:03:04 +0000 (13:03 -0800)
configure.ac

index de6eadb..c958b5b 100644 (file)
@@ -144,11 +144,15 @@ AC_ARG_WITH([Xaw3d],
             [AS_HELP_STRING([--with-Xaw3d],[use Xaw3d front-end (not fully supported anymore)])],
             [with_Xaw3d="$withval"],
             [with_Xaw3d="no"])
+dnl | overwrite default gtk
+AS_IF([test "x$with_Xaw3d" = xyes], [with_GTK="no"])
 
 AC_ARG_WITH([Xaw],
             [AS_HELP_STRING([--with-Xaw],[use Xaw front-end])],
             [with_Xaw="$withval"],
             [with_Xaw="no"])
+dnl | overwrite default gtk
+AS_IF([test "x$with_Xaw" = xyes], [with_GTK="no"])
 
 AC_ARG_WITH([iconsdir],
             [AS_HELP_STRING([--with-iconsdir=DIR],