diff options
author | sopwith <devnull@localhost> | 1999-04-07 18:57:23 +0000 |
---|---|---|
committer | sopwith <devnull@localhost> | 1999-04-07 18:57:23 +0000 |
commit | 5f61eccb06e0c0526aaf82e2d591158463733fa6 (patch) | |
tree | 3671f9415b626e28fd6b3a2425881c50da12417e /popt/configure.in | |
parent | 46d50aea919979a05e15c91c4c3fc7799820f5b6 (diff) | |
download | librpm-tizen-5f61eccb06e0c0526aaf82e2d591158463733fa6.tar.gz librpm-tizen-5f61eccb06e0c0526aaf82e2d591158463733fa6.tar.bz2 librpm-tizen-5f61eccb06e0c0526aaf82e2d591158463733fa6.zip |
Merge (most) changes from the GNOME version of popt. The remaining changes
are GNOME-specific.
CVS patchset: 2969
CVS date: 1999/04/07 18:57:23
Diffstat (limited to 'popt/configure.in')
-rwxr-xr-x | popt/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/popt/configure.in b/popt/configure.in index 9f975df81..20857961a 100755 --- a/popt/configure.in +++ b/popt/configure.in @@ -26,7 +26,7 @@ dnl if CC is gcc, we can rebuild the dependencies (since the depend rule dnl requires gcc). If it's not, don't rebuild dependencies -- use what was dnl shipped with RPM. dnl -if test X"$GCC" = Xyes ; then +if test X"$GCC" = "Xyes" ; then TARGET="depend allprogs" else TARGET="everything" |