diff options
Diffstat (limited to 'ftp/wput/files/patch-configure.in')
-rw-r--r-- | ftp/wput/files/patch-configure.in | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/ftp/wput/files/patch-configure.in b/ftp/wput/files/patch-configure.in deleted file mode 100644 index 70d23a0d02fc..000000000000 --- a/ftp/wput/files/patch-configure.in +++ /dev/null @@ -1,17 +0,0 @@ ---- configure.in.orig Mon Jul 5 18:06:13 2004 -+++ configure.in Mon Jul 5 18:06:46 2004 -@@ -23,12 +23,12 @@ - AC_PROG_CC - AC_CHECK_HEADERS([sys/termio.h, sys/winsize.h], AC_DEFINE(HAVE_TERMIO)) - AC_CHECK_HEADERS(getopt.h, [ -- AC_SEARCH_LIBS(getopt_long, gnugetopt, [], -+ AC_SEARCH_LIBS(getopt_long, gnugetopt, [LIBS="-lgnugetopt"], - [AC_MSG_ERROR("You need to get libgnugetopt or a newer GNU libc.")] - ) - ], - [AC_CHECK_HEADERS(gnugetopt/getopt.h, [ -- AC_SEARCH_LIBS(getopt_long, gnugetopt, [], -+ AC_SEARCH_LIBS(getopt_long, gnugetopt, [LIBS="-lgnugetopt"], - [AC_MSG_ERROR("You need to get libgnugetopt or a newer GNU libc.")] - ) - ], |