diff options
author | jbj <devnull@localhost> | 2001-06-04 13:55:58 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-06-04 13:55:58 +0000 |
commit | 750d54d8a33e67d8f89ed95a785c0f025c833aa8 (patch) | |
tree | b884b1b98864221da1ccc14c5551579cb885be73 /configure.in | |
parent | 9e1929c9bb268faad7c8f140161504dbaf7f00f0 (diff) | |
download | librpm-tizen-750d54d8a33e67d8f89ed95a785c0f025c833aa8.tar.gz librpm-tizen-750d54d8a33e67d8f89ed95a785c0f025c833aa8.tar.bz2 librpm-tizen-750d54d8a33e67d8f89ed95a785c0f025c833aa8.zip |
lclint fiddles.
CVS patchset: 4833
CVS date: 2001/06/04 13:55:58
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 17e233973..24a7d5669 100644 --- a/configure.in +++ b/configure.in @@ -728,6 +728,7 @@ AC_ARG_WITH(glob, [ --with-glob use the internal GNU glob ], if test $rpm_cv_glob = no ; then AC_MSG_CHECKING(for GNU extensions to glob) + rm -f t mkdir t mkdir t/p touch t/p/foo.8 |