diff options
author | JP Rosevear <jpr@ximian.com> | 2001-11-14 14:26:10 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-11-14 14:26:10 +0800 |
commit | 5b55bd6c92f031b71ec6fbbd1a900ee315f035e2 (patch) | |
tree | dd5116b756a35a48130a2fb8eb127da6c3202508 /configure.in | |
parent | 779f6f2b35ca464614ebe5e4447ceb297bbc67b9 (diff) | |
download | gsoc2013-evolution-5b55bd6c92f031b71ec6fbbd1a900ee315f035e2.tar.gz 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
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
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) |