summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ac0be8fe0..1c17677ed 100755
--- a/configure
+++ b/configure
@@ -92,7 +92,7 @@ if (!$fail)
{
# try and find the delcaration of:
# size_t strlcpy(...)
- if (($line =~ /size_t(\0x9|\s)+strlcpy(\0x9|\s)+\(/) || ($line =~ /size_t(\0x9|\s)+strlcpy\(/))
+ if ($line =~ /size_t(\0x9|\s)+strlcpy/)
{
$config{HAS_STRLCPY} = "true";
}