Elementary: Oups, typo, need to test for second statement

SVN revision: 64097
This commit is contained in:
Youness Alaoui 2011-10-15 09:51:26 +00:00
parent 27e9c3bd52
commit b92df9c1ba
1 changed files with 1 additions and 1 deletions

View File

@ -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)