diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -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) |