You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/moc/files/moc-2.5.0_beta1-no-automagi...

13 lines
357 B

--- moc-2.5.0-beta1/configure.in
+++ moc-2.5.0-beta1/configure.in
@@ -341,9 +341,6 @@
AC_MSG_ERROR([You need curses/ncurses library and header files.])
fi
-dnl popt
-AC_SEARCH_LIBS([poptGetContext], [popt], , [POPT_MISSING="yes"])
-
dnl getopt
AC_CHECK_FUNC(getopt_long,
[AC_CHECK_HEADERS([getopt.h],,[AC_MSG_ERROR([You need getopt.h.])])],