]> git.pld-linux.org Git - packages/rpm.git/blobdiff - rpm-ac25x.patch
- handle include(dirname(__FILE__) . "foo/bar.php")
[packages/rpm.git] / rpm-ac25x.patch
index ad0bafc9c51db7ff1f5e2dbbf6f51c147245db30..bb4dbc7837583f3dd6521719fc4ccfb9a854a3b4 100644 (file)
@@ -41,7 +41,7 @@
  dnl if test $rpm_cv_regex = yes; then
  dnl     AC_DEFINE(USE_GNU_REGEX)
 -dnl     LIBOBJS="$LIBOBJS regex.o"
-+dnl     AC_LIBOBJ([regex.o])
++dnl     AC_LIBOBJ([regex])
  dnl fi
  
  dnl
@@ -50,8 +50,8 @@
  if test "$rpm_cv_glob" = yes; then
      AC_DEFINE(USE_GNU_GLOB)
 -    LIBOBJS="$LIBOBJS glob.o fnmatch.o"
-+    AC_LIBOBJ([glob.o])
-+    AC_LIBOBJ([fnmatch.o])
++    AC_LIBOBJ([glob])
++    AC_LIBOBJ([fnmatch])
  fi
  dnl
  dnl Auto-detect which python bindings should be built.
This page took 0.023783 seconds and 4 git commands to generate.