diff options
author | jerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68> | 2001-09-22 19:10:18 +0000 |
---|---|---|
committer | jerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68> | 2001-09-22 19:10:18 +0000 |
commit | f56409b41306b9dd38fbbe1405496bf7fc188a5c (patch) | |
tree | 0589a8ea405c2e6cc5d5bbfb828e17f74e425d2c /configure.in | |
parent | 82ecc2eed66f2fc86a2ca40891a1519b2509dd63 (diff) | |
download | libapr-f56409b41306b9dd38fbbe1405496bf7fc188a5c.tar.gz |
Use the proper m4 quoting.
(Does this even need to be quoted?)
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62359 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 4f4af52e5..206655a63 100644 --- a/configure.in +++ b/configure.in @@ -1255,7 +1255,7 @@ msg=yes ] , [ have_in_addr="0" msg=no ]) AC_MSG_RESULT([$msg]) -AC_MSG_CHECKING("if fd == socket on this platform") +AC_MSG_CHECKING([if fd == socket on this platform]) if test "x$file_as_socket" = "x" ; then file_as_socket="1"; echo "yes" |