From 2ca3ecd5afbe3b5c01feda390c3a6539f1fd7a57 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: https://svn.enlightenment.org/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 e4bc0ef..217184f 100755 --- 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