diff options
author | jerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68> | 2002-01-13 04:20:10 +0000 |
---|---|---|
committer | jerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68> | 2002-01-13 04:20:10 +0000 |
commit | 89d5c66ab91ce0c4fcf2b0aefe0dd4d90e7f8311 (patch) | |
tree | e69ed1d4836dc02b8ea82f2239ef360425642e88 /configure.in | |
parent | 785e3afc6a33da218fbe3cbb9ad6cdd92462f967 (diff) | |
download | libapr-89d5c66ab91ce0c4fcf2b0aefe0dd4d90e7f8311.tar.gz |
Fix egd help string format.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62775 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 5a494c040..ee2d7d957 100644 --- a/configure.in +++ b/configure.in @@ -1257,7 +1257,7 @@ else ;; *) AC_ARG_WITH(egd, - [ --with-egd=<path> use egd-compatible socket], + [ --with-egd=<path> use egd-compatible socket], [ if test "$withval" = "yes"; then AC_ERROR([You must specify a default EGD socket path.]) fi |