summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorGravatar m0gg2006-12-15 09:11:10 +0000
committerGravatar m0gg2006-12-15 09:11:10 +0000
commita672c6bc27848baf467e4ac5a969709bb84201db (patch)
treec5df27504fcacaa9a908714b0c317c3e67690357 /configure
parentad8096f4aecfd127237004821007d3bed2577935 (diff)
downloadcsoap-a672c6bc27848baf467e4ac5a969709bb84201db.tar.gz
csoap-a672c6bc27848baf467e4ac5a969709bb84201db.tar.bz2
Added AM_PATH_XMLSEC1 macro
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 8 insertions, 1 deletions
diff --git a/configure b/configure
index f34b8df..4c8a247 100755
--- a/configure
+++ b/configure
@@ -20310,7 +20310,8 @@ rm -f conftest*
-for ac_func in gethostbyname inet_ntoa memmove memset mkdir select socket strchr strdup strncasecmp strpbrk strspn strstr strtol
+
+for ac_func in gethostbyname inet_ntoa memmove memset mkdir select socket strchr strdup strcasecmp strncasecmp strpbrk strspn strstr strtol
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
echo "$as_me:$LINENO: checking for $ac_func" >&5
@@ -21865,6 +21866,12 @@ fi;
+# ---------------------------------------
+# Check xmlsec library
+# ---------------------------------------
+
+
+
# Check whether --with-xmlsec1-prefix or --without-xmlsec1-prefix was given.