X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=configure.in;h=3f7c622db22b4d89b3de058873cec40ffa8ca428;hb=24a794c2e44028e8ec37b1be811b64acafaa7174;hp=e87c5863b37f3340b801a309d8bc1201be15b8c4;hpb=0c1a8103b768bff6a0a147a896d8f4268c806b5b;p=doldaconnect.git diff --git a/configure.in b/configure.in index e87c586..3f7c622 100644 --- a/configure.in +++ b/configure.in @@ -73,10 +73,10 @@ fi gtk2ui_msg=No AC_ARG_ENABLE(gtk2ui, [ --enable-gtk2ui Enable the GTK2 user interface]) if test "$enable_gtk2ui" = yes; then - if "$HAS_GTK2" = no; then + if test "$HAS_GTK2" = no; then AC_MSG_ERROR([*** cannot build the GTK2 UI without a GTK2 library]) fi - if "$HAS_LIBXML" = no; then + if test "$HAS_LIBXML" = no; then AC_MSG_ERROR([*** the GTK2 UI needs libxml2]) fi fi @@ -203,6 +203,7 @@ clients/gtk2/Makefile clients/gnome-trans-applet/Makefile clients/gaim/Makefile include/Makefile +include/doldaconnect/Makefile po/Makefile.in config/Makefile autopackage/dolcon.apspec