]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-macros-cpp.patch
- discard internal db only in rpm-system_libs-more.patch
[packages/rpm.git] / rpm-macros-cpp.patch
1 --- rpm-4.5/configure.ac~       2008-09-03 17:12:14.000000000 +0300
2 +++ rpm-4.5/configure.ac        2008-09-03 17:36:17.708355723 +0300
3 @@ -250,6 +250,7 @@
4  AC_PATH_PROG(__GREP, grep, /bin/grep, $MYPATH)
5  AC_PATH_PROG(__GZIP, gzip, /bin/gzip, $MYPATH)
6  AC_PATH_PROG(__HG, hg, %{_bindir}/hg, $MYPATH)
7 +AC_PATH_PROG(__CPP, cpp, %{_bindir}/cpp, $MYPATH)
8  
9  AC_PATH_PROG(__ID, id, /usr/bin/id, $MYPATH)
10  AC_MSG_CHECKING(checking whether id supports -u)
This page took 0.134741 seconds and 3 git commands to generate.