From cc8248506c449d5dc95af50de70335266a58cfa4 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 19 Feb 2012 23:11:01 +0100 Subject: [PATCH] configure: move lxdialog check Signed-off-by: "Yann E. MORIN" --- configure.ac | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 -- 2.39.2