From: kakaroto Date: Sat, 15 Oct 2011 09:51:26 +0000 (+0000) Subject: Elementary: Oups, typo, need to test for second statement X-Git-Tag: REL_F_I9500_20120323_1~17^2~1607 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8f2c0d6acb27318a701dc4489b631b61c38eb5f6;p=framework%2Fuifw%2Felementary.git 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 --- 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)