diff --git a/configure b/configure index eb731d8f..b0c06615 100755 --- a/configure +++ b/configure @@ -303,7 +303,7 @@ printf "Checking for strlcat() ... " cat < _strlcat.c #include int main(void) { - const char src[] = "foo" + const char src[] = "foo"; char dst[10]; strlcat(dst, src, sizeof(dst)); return 0;