X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6f96ac03f027df18b5bc3758eb00df951be6db85..f5e10026502fcd54f77e300ca26e3a99d36bd87a:/configure.in?ds=sidebyside diff --git a/configure.in b/configure.in index 5a3fb2bef5..fd1903216e 100644 --- a/configure.in +++ b/configure.in @@ -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)