[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(
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