alsa-utils: prevent configure from using host ncurses[w]5-config files
authorJo-Philipp Wich <[email protected]>
Wed, 20 Apr 2011 09:55:49 +0000 (09:55 +0000)
committerJo-Philipp Wich <[email protected]>
Wed, 20 Apr 2011 09:55:49 +0000 (09:55 +0000)
SVN-Revision: 26739

utils/alsa-utils/Makefile

index 0d63dc83162574a54d5c9eca778876421607114c..f6e2c7b60d92f76ddbd4f924a16ce5f22be56fb7 100644 (file)
@@ -39,6 +39,9 @@ define Build/Configure
                --disable-rpath \
                --disable-alsatest \
                --disable-xmlto \
+               , \
+               ac_cv_prog_ncurses5_config=no \
+               ac_cv_prog_ncursesw5_config=no \
        )
 endef