From 37c6c1e9fa9b42d7a65f2234eac61307352887c2 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sat, 27 Jan 2007 11:16:15 +0000 Subject: Actually check that xulrunner 1.9 exists --- (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 47443da..9163a6a 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 -- cgit v0.9.1