forked from Lainports/freebsd-ports
19 lines
661 B
Text
19 lines
661 B
Text
--- configure.orig 2003-03-06 07:31:05.000000000 +0300
|
|
+++ configure 2009-11-04 07:04:24.000000000 +0300
|
|
@@ -9263,7 +9263,7 @@
|
|
extern_scheme_init="$extern_scheme_init CxSchemeOps *init_curl_scheme_module(void);"
|
|
load_scheme_mod="$load_scheme_mod init_curl_scheme_module();"
|
|
else
|
|
- STATIC_SCHEME_MODS=`echo $STATIC_SCHEME_MODS | sed s/curl//'`
|
|
+ STATIC_SCHEME_MODS=`echo $STATIC_SCHEME_MODS | sed 's/curl//'`
|
|
fi
|
|
fi
|
|
|
|
@@ -13656,6 +13656,7 @@
|
|
|
|
# This can be used to rebuild libtool when needed
|
|
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
|
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
|
|
|
# Always use our own libtool.
|
|
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|