summaryrefslogtreecommitdiff
path: root/popt/configure.in
diff options
context:
space:
mode:
authorsopwith <devnull@localhost>1999-04-07 18:57:23 +0000
committersopwith <devnull@localhost>1999-04-07 18:57:23 +0000
commit5f61eccb06e0c0526aaf82e2d591158463733fa6 (patch)
tree3671f9415b626e28fd6b3a2425881c50da12417e /popt/configure.in
parent46d50aea919979a05e15c91c4c3fc7799820f5b6 (diff)
downloadlibrpm-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-xpopt/configure.in2
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"