diff mcabber/macros/missing/libotr.m4 @ 1456:5e99e802656c

Fix case in configure help message
author Mikael Berthe <mikael@lilotux.net>
date Fri, 11 Apr 2008 19:35:07 +0200
parents 1abddbec502a
children
line wrap: on
line diff
--- a/mcabber/macros/missing/libotr.m4	Fri Apr 11 19:29:46 2008 +0200
+++ b/mcabber/macros/missing/libotr.m4	Fri Apr 11 19:35:07 2008 +0200
@@ -40,11 +40,11 @@
 dnl Get the cflags and libraries for libotr
 dnl
 AC_ARG_WITH(libotr-prefix,
-[  --with-libotr-prefix=PFX  Prefix where libotr is installed(optional)],
+[  --with-libotr-prefix=PFX  prefix where libotr is installed (optional)],
 [libotr_prefix="$withval"], [libotr_prefix=""])
 
 AC_ARG_WITH(libotr-inc-prefix,
-[  --with-libotr-inc-prefix=PFX  Prefix where libotr includes are (optional)],
+[  --with-libotr-inc-prefix=PFX  prefix where libotr includes are (optional)],
 [libotr_inc_prefix="$withval"], [libotr_inc_prefix=""])
 
 dnl Add any special include directories