]> git.pld-linux.org Git - packages/cabextract.git/commitdiff
- fixed for autoconf 2.58
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 14 Nov 2003 20:12:13 +0000 (20:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cabextract-configure.patch -> 1.3

cabextract-configure.patch

index 5b9f10d2f516c283a3543bd87975875fc0850f81..5805fa9e1081f85185424ea95d2fde16b1e352e1 100644 (file)
@@ -14,6 +14,6 @@ diff -uNr cabextract-0.6.orig/configure.in cabextract-0.6/configure.in
  
  dnl check for getopt in standard library
 -AC_CHECK_FUNCS(getopt_long , , [LIBOBJS="$LIBOBJS getopt.o getopt1.o"] ) 
-+AC_CHECK_FUNCS(getopt_long , , [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.041926 seconds and 4 git commands to generate.