aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2001-11-14 14:26:10 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-11-14 14:26:10 +0800
commit5b55bd6c92f031b71ec6fbbd1a900ee315f035e2 (patch)
treedd5116b756a35a48130a2fb8eb127da6c3202508
parent779f6f2b35ca464614ebe5e4447ceb297bbc67b9 (diff)
downloadgsoc2013-evolution-5b55bd6c92f031b71ec6fbbd1a900ee315f035e2.tar
gsoc2013-evolution-5b55bd6c92f031b71ec6fbbd1a900ee315f035e2.tar.gz
gsoc2013-evolution-5b55bd6c92f031b71ec6fbbd1a900ee315f035e2.tar.bz2
gsoc2013-evolution-5b55bd6c92f031b71ec6fbbd1a900ee315f035e2.tar.lz
gsoc2013-evolution-5b55bd6c92f031b71ec6fbbd1a900ee315f035e2.tar.xz
gsoc2013-evolution-5b55bd6c92f031b71ec6fbbd1a900ee315f035e2.tar.zst
gsoc2013-evolution-5b55bd6c92f031b71ec6fbbd1a900ee315f035e2.zip
restore cflags and ldflags properly
2001-11-13 JP Rosevear <jpr@ximian.com> * configure.in: restore cflags and ldflags properly svn path=/trunk/; revision=14695
-rw-r--r--ChangeLog4
-rw-r--r--configure.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c65f3d9360..51ae8d90eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-11-13 JP Rosevear <jpr@ximian.com>
+
+ * configure.in: restore cflags and ldflags properly
+
2001-11-12 JP Rosevear <jpr@ximian.com>
* configure.in: save the ldflags properly
diff --git a/configure.in b/configure.in
index d448009d61..af216e906e 100644
--- a/configure.in
+++ b/configure.in
@@ -681,8 +681,8 @@ int main (int argc, char **argv)
}
], ac_cv_pilot_link_utf8=yes, ac_cv_pilot_link_utf8=no, ac_cv_pilot_link_utf8=no))
- CFLAGS="$save_CFLAGS"
- LDFLAGS="$save_LDFLAGS"
+ CFLAGS="$CFLAGS_save"
+ LDFLAGS="$LDFLAGS_save"
if test "$ac_cv_pilot_link_utf8" = no; then
AC_MSG_ERROR(evolution requires pilot-link to have working UTF-8 conversion routines)