there was a syntax error introduced in this file which made it
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 7 May 2007 07:23:38 +0000 (07:23 +0000)
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 7 May 2007 07:23:38 +0000 (07:23 +0000)
impossible to configure and build wireshark under gtk1

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21709 f5534014-38df-0310-8fa8-9805f1628bb7

configure.in

index 9a9f22085417a9b4b62db785720c50c29bc9e361..0cdfa14146de0eaf6eba1da84e9537321623c851 100644 (file)
@@ -498,7 +498,7 @@ if test "x$enable_gtk2" = "xyes" -a \
        GTK_OK=two
        AM_PATH_GTK_2_0(2.0.0, CFLAGS="$CFLAGS $GTK_CFLAGS", GTK_OK=no, gthread)
 elif test "x$enable_gtk2" != "xyes" \
-    "(" "x$enable_wireshark" = "xyes" -o "x$enable_wireshark" = "xifgtkavailable" ")"; then
+    -a "(" "x$enable_wireshark" = "xyes" -o "x$enable_wireshark" = "xifgtkavailable" ")"; then
        GTK_OK=one
        AM_PATH_GTK(1.2.0, CFLAGS="$CFLAGS $GTK_CFLAGS", GTK_OK=no )
 else