From 8f2c0d6acb27318a701dc4489b631b61c38eb5f6 Mon Sep 17 00:00:00 2001 From: kakaroto Date: Sat, 15 Oct 2011 09:51:26 +0000 Subject: [PATCH] Elementary: Oups, typo, need to test for second statement git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64097 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 24e1408..7eed557 100644 --- a/configure.ac +++ b/configure.ac @@ -201,7 +201,7 @@ if test "x$want_quicklaunch" != "xno"; then AC_DEFINE(HAVE_FORK) ]) fi -AM_CONDITIONAL([BUILD_QUICKLAUNCH], [test "x$have_fork" = "xyes" && "x$have_dlopen" = "xyes"]) +AM_CONDITIONAL([BUILD_QUICKLAUNCH], [test "x$have_fork" = "xyes" && test "x$have_dlopen" = "xyes"]) AC_SUBST(dlopen_libs) AC_SUBST(lt_enable_auto_import) -- 2.7.4