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-12 JP Rosevear <jpr@ximian.com> + + * configure.in: save the ldflags properly + 2001-11-09 JP Rosevear <jpr@ximian.com> * configure.in: Check to make sure pilot-link has the charset diff --git a/configure.in b/configure.in index 273c05e1d5..d448009d61 100644 --- a/configure.in +++ b/configure.in @@ -111,7 +111,7 @@ GNOME_COMPILE_WARNINGS GNOME_X_CHECKS EVO_CHECK_LIB(gnome-libs, gnome, 1.2.9) -ALL_LINGUAS="az bg ca da de el en_AU en_GB es fi fr ga gl hu it ja ko lt nl nn no pl pt pt_BR ro ru sk sl sv tr uk zh_CN zh_TW" +ALL_LINGUAS="az bg ca da de el en_AU en_GB es fi fr ga gl hu it ja ko lt nl nn no pl pt pt_BR ro ru sk sl sv tr uk" AM_GNOME_GETTEXT localedir='$(prefix)/$(DATADIRNAME)/locale' AC_SUBST(localedir) @@ -659,7 +659,7 @@ if test "x$enable_pilot_conduits" = "xyes"; then CFLAGS_save="$CFLAGS" CFLAGS="$CFLAGS $PISOCK_CFLAGS" - LDFLAGS="$save_LDFLAGS" + LDFLAGS_save="$LDFLAGS" LDFLAGS="$LDFLAGS $PISOCK_LIBS" AC_CACHE_CHECK([if pilot-link handles UTF-8 conversions], ac_cv_pilot_link_utf8, AC_TRY_RUN([ |