]> git.meshlink.io Git - catta/blobdiff - configure.ac
Fix ./configure: line 23192: xyes: command not found
[catta] / configure.ac
index 8732a8f740664cc9e154a58da6fc20817ecce4e5..c369df46e7d55e2bd5cf26efe82c00fa08ba361f 100644 (file)
@@ -352,7 +352,7 @@ if test "x$HAVE_PYTHON" = "xyes" ; then
         esac],
         [HAVE_PYGTK=yes])
     
-    if "x$HAVE_PYGTK" = "xyes" ; then
+    if test "x$HAVE_PYGTK" = "xyes" ; then
         AM_CHECK_PYMOD(gtk,,,[AC_MSG_ERROR(Could not find Python module gtk)])
     fi
 
@@ -367,7 +367,7 @@ if test "x$HAVE_PYTHON" = "xyes" ; then
         esac],
         [HAVE_PYTHON_DBUS=yes])
     
-    if "x$HAVE_PYTHON_DBUS" = "xyes"; then
+    if test "x$HAVE_PYTHON_DBUS" = "xyes"; then
         AM_CHECK_PYMOD(dbus,,,[AC_MSG_ERROR(Could not find Python module dbus)])
     fi