Changeset: 08333b5d17f9 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=08333b5d17f9
Modified Files:
        configure.ag
Branch: default
Log Message:

Remove superfluous tests for getopt and getopt_long.


diffs (19 lines):

diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -3162,15 +3162,6 @@ AC_CHECK_FUNCS([\
                                ])
 LIBS="$save_LIBS"
 
-dnl check for getopt in standard library
-AC_CHECK_HEADERS([getopt.h])
-AC_CHECK_FUNCS(getopt_long , need_getopt=, need_getopt=getopt; 
need_getopt=getopt1)
-if test x$need_getopt = xgetopt; then
-       AC_LIBOBJ(getopt)
-elif test x$need_getopt = xgetopt1; then
-       AC_LIBOBJ(getopt1)
-fi
-
 asctime_r3=yes
 AC_MSG_CHECKING(asctime_r3)
 AC_TRY_LINK([$ac_includes_default
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to