Finish fixing the Schrödingbug...
[doldaconnect.git] / configure.in
index e87c586..9383e94 100644 (file)
@@ -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
@@ -194,6 +194,7 @@ AC_SUBST([clients extlibs])
 AC_OUTPUT([
 Makefile
 autopackage/Makefile
+common/Makefile
 daemon/Makefile
 lib/Makefile
 lib/guile/Makefile
@@ -203,6 +204,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