From 5b55bd6c92f031b71ec6fbbd1a900ee315f035e2 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Wed, 14 Nov 2001 06:26:10 +0000 Subject: restore cflags and ldflags properly 2001-11-13 JP Rosevear * configure.in: restore cflags and ldflags properly svn path=/trunk/; revision=14695 --- ChangeLog | 4 ++++ configure.in | 4 ++-- 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 + + * configure.in: restore cflags and ldflags properly + 2001-11-12 JP Rosevear * 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) -- cgit v1.2.3