]> git.pld-linux.org Git - packages/cabextract.git/blobdiff - cabextract-configure.patch
- massive attack s/pld.org.pl/pld-linux.org/
[packages/cabextract.git] / cabextract-configure.patch
index 2f111f0eafb1c59f7ca7af180b46a46cb4b83db1..5b9f10d2f516c283a3543bd87975875fc0850f81 100644 (file)
@@ -9,12 +9,11 @@ diff -uNr cabextract-0.6.orig/configure.in cabextract-0.6/configure.in
  AC_EXEEXT
  
  dnl Checks for libraries.
-@@ -29,6 +30,7 @@
+@@ -29,6 +30,6 @@
  AC_REPLACE_FUNCS(mktime)
  
  dnl check for getopt in standard library
 -AC_CHECK_FUNCS(getopt_long , , [LIBOBJS="$LIBOBJS getopt.o getopt1.o"] ) 
-+AC_LIBOBJ(getopt)
-+AC_LIBOBJ(getopt1)
++AC_CHECK_FUNCS(getopt_long , , [AC_LIBOBJ(getopt); AC_LIBOBJ(getopt1)] )
  
  AC_OUTPUT(Makefile cabextract.spec)
This page took 0.328506 seconds and 4 git commands to generate.