From 762ba11d4d33a4ef59c2e5aee95b2a25bc10a60d Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Sun, 2 Oct 2016 11:22:06 -0400 Subject: [PATCH] fix copy/paste typo when configuring e module --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a7ed634..ef44fad 100644 --- a/configure.ac +++ b/configure.ac @@ -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], [