]> git.sur5r.net Git - kconfig-frontends/commitdiff
configure: move lxdialog check
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun, 19 Feb 2012 22:11:01 +0000 (23:11 +0100)
committerYann E. MORIN" <yann.morin.1998@free.fr>
Sun, 19 Feb 2012 22:11:01 +0000 (23:11 +0100)
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
configure.ac

index 062bbb90e7925ad2fb27d84fc46175deab87a82b..5a6acef825dbdef35f319ecd99097b0a4ed58292 100644 (file)
@@ -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