]> git.saurik.com Git - wxWidgets.git/blobdiff - configure.in
Extremely simple implementation of wxEventLoop using wxGTK as a skeleton
[wxWidgets.git] / configure.in
index 5a3fb2bef57221fa8c0c61cfbadcf8c8a42e971c..fd1903216eecf283b10805264561a8a2643bcd2f 100644 (file)
@@ -5541,6 +5541,10 @@ if test "$wxUSE_HTML" = "yes" ; then
     CORE_GUI_LIBS="html $CORE_GUI_LIBS"
 fi
 
+if test "$wxUSE_GUI" != "yes"; then
+    CORE_GUI_LIBS=""
+fi
+
 AC_SUBST(CORE_BASE_LIBS)
 AC_SUBST(CORE_GUI_LIBS)