aboutsummaryrefslogtreecommitdiff
path: root/ftp/wput/files/patch::configure.in
blob: f35c75daa98244ef6ba45cad060b10db22ba3941 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- configure.in.orig	Tue Dec  2 03:49:48 2003
+++ configure.in	Tue Dec  2 03:50:00 2003
@@ -9,7 +9,7 @@
     [AC_MSG_ERROR("You need to get libgnugetopt or a newer GNU libc.")]
     )]
 )
-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_CONFIG_FILES([Makefile src/Makefile])