X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=configure.ac;h=d32c30b67270cb2f773a913bd19f4257e933b2fb;hp=9e32e21723c17ccb59ddcc85e1cf3a7c9657dfee;hb=054c8779d6660afe45f38fa04510c2061aa6a605;hpb=5faf465b84082afa8bb85ce6fe87ce6675749675 diff --git a/configure.ac b/configure.ac index 9e32e21..d32c30b 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ dnl --------------------- dnl define a macro or two dnl --------------------- -AC_DEFUN(NMH_PROG_GNU_LIBTOOL, [ +AC_DEFUN([NMH_PROG_GNU_LIBTOOL], [ if test -n "$LIBTOOL" ; then tmptest=`$LIBTOOL --version 2>&1 | grep GNU` if test x"$tmptest" != x ; then @@ -364,9 +364,6 @@ dnl ------------------- dnl Check location of modf AC_CHECK_FUNC(modf, , AC_CHECK_LIB(m, modf)) -dnl Checks for network libraries (nsl, socket) -NMH_CHECK_NETLIBS - termcap_curses_order="termcap curses ncurses" for lib in $termcap_curses_order; do AC_CHECK_LIB(${lib}, tgetent, [TERMLIB="-l$lib"; break])