blob: 83c071e6b1e5cdad205dcea2b70ed0c0717dbeda (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- 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.])])],
|