From: Yann E. MORIN" Date: Sun, 19 Feb 2012 22:11:01 +0000 (+0100) Subject: configure: move lxdialog check X-Git-Tag: v3.3.0-0~21 X-Git-Url: https://git.sur5r.net/?p=kconfig-frontends;a=commitdiff_plain;h=cc8248506c449d5dc95af50de70335266a58cfa4 configure: move lxdialog check Signed-off-by: "Yann E. MORIN" --- diff --git a/configure.ac b/configure.ac index 062bbb9..5a6acef 100644 --- a/configure.ac +++ b/configure.ac @@ -228,13 +228,6 @@ AS_IF( [test "$has_panel_menu" = "no" ], [enable_nconf=no]) -#---------------------------------------- -# Check if the lxdialog library should be built -AS_IF( - [test "$enable_mconf" = "yes" -o "$enable_mconf" = "auto"], - [need_lxdialog=yes], - [need_lxdialog=no]) - #---------------------------------------- # Check pkg-config if needed AS_CASE( @@ -295,6 +288,13 @@ AS_IF([test "$enable_mconf" = "auto"], [enable_mconf=yes]) AS_IF([test "$enable_nconf" = "auto"], [enable_nconf=yes]) AS_IF([test "$enable_qconf" = "auto"], [enable_qconf=yes]) +#---------------------------------------- +# Check if the lxdialog library should be built +AS_IF( + [test "$enable_mconf" = "yes"], + [need_lxdialog=yes], + [need_lxdialog=no]) + #--------------------------------------------------------------------------- # Prepare automake AM_INIT_AUTOMAKE