- Fix build on 9.0
This commit is contained in:
parent
8358ab61b1
commit
22f0383380
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243783
1 changed files with 12 additions and 3 deletions
|
@ -1,6 +1,15 @@
|
|||
--- configure.orig Tue Jul 2 18:02:18 2002
|
||||
+++ configure Sat Jan 18 20:21:09 2003
|
||||
@@ -7334,6 +7334,7 @@
|
||||
--- 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"
|
||||
|
|
Loading…
Reference in a new issue