fix copy/paste typo when configuring e module

This commit is contained in:
Mike Blumenkrantz 2016-10-02 11:22:06 -04:00
parent 399976045b
commit 762ba11d4d
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ AM_CONDITIONAL([MOD_APL], [test "x$want_auto_playlist_manager" = "xyes"])
want_mpdule=maybe
AC_ARG_ENABLE([mpdule],
[AC_HELP_STRING([--disable-mpdule], [disable mpdule enlightenment module. @<:@default=detect@:>@])],
[want_google_image=$enableval], [])
[want_mpdule=$enableval], [])
if test "x$want_mpdule" != "xno" ; then
PKG_CHECK_MODULES([E], [enlightenment >= 0.19], [want_mpdule=yes],
[