]> git.saurik.com Git - wxWidgets.git/blobdiff - configure
Use re_search directly instead of regexec when using the GNU regex lib
[wxWidgets.git] / configure
index ba5389f986b7da6ecc123207f305210160b8a5f8..a3472e1a948d2afb21db834800f0fff3be477125 100755 (executable)
--- a/configure
+++ b/configure
@@ -23979,7 +23979,8 @@ echo "${ECHO_T}$ac_cv_header_regex_h" >&6
 fi
 if test $ac_cv_header_regex_h = yes; then
 
-for ac_func in regcomp
+
+for ac_func in regcomp re_search
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "$as_me:$LINENO: checking for $ac_func" >&5