summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
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.