]> git.sur5r.net Git - kconfig-frontends/blobdiff - libs/Makefile.am
configure: only check for ncurses if either mconf or mconf is selected
[kconfig-frontends] / libs / Makefile.am
index 6e11169a029b8e0e2e0663f9bf87a2f932bf9afb..43dae8051dc901d229fa3d13e0cf983505fac616 100644 (file)
@@ -1 +1,4 @@
-SUBDIRS = parser lxdialog
+if COND_lxdialog
+    MAYBE_lxdialog = lxdialog
+endif
+SUBDIRS = parser $(MAYBE_lxdialog)