From 37c6c1e9fa9b42d7a65f2234eac61307352887c2 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sat, 27 Jan 2007 12:16:15 +0100 Subject: [PATCH] Actually check that xulrunner 1.9 exists --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 47443dac..9163a6a6 100644 --- a/configure.ac +++ b/configure.ac @@ -39,7 +39,7 @@ AC_SUBST(PYGTK_DEFSDIR) AC_ARG_WITH(libxul_sdk, AC_HELP_STRING([--with-libxul-sdk=DIR], [Path to libxul SDK])) -if test "x$with_libxul_sdk" != x ; then +if test -d "$with_libxul_sdk"; then # xulrunner 1.9