comparison 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
comparison
equal deleted inserted replaced
1455:bec235cd28a8 1456:5e99e802656c
38 38
39 dnl 39 dnl
40 dnl Get the cflags and libraries for libotr 40 dnl Get the cflags and libraries for libotr
41 dnl 41 dnl
42 AC_ARG_WITH(libotr-prefix, 42 AC_ARG_WITH(libotr-prefix,
43 [ --with-libotr-prefix=PFX Prefix where libotr is installed(optional)], 43 [ --with-libotr-prefix=PFX prefix where libotr is installed (optional)],
44 [libotr_prefix="$withval"], [libotr_prefix=""]) 44 [libotr_prefix="$withval"], [libotr_prefix=""])
45 45
46 AC_ARG_WITH(libotr-inc-prefix, 46 AC_ARG_WITH(libotr-inc-prefix,
47 [ --with-libotr-inc-prefix=PFX Prefix where libotr includes are (optional)], 47 [ --with-libotr-inc-prefix=PFX prefix where libotr includes are (optional)],
48 [libotr_inc_prefix="$withval"], [libotr_inc_prefix=""]) 48 [libotr_inc_prefix="$withval"], [libotr_inc_prefix=""])
49 49
50 dnl Add any special include directories 50 dnl Add any special include directories
51 AC_MSG_CHECKING(for libotr CFLAGS) 51 AC_MSG_CHECKING(for libotr CFLAGS)
52 if test "$libotr_inc_prefix" != "" ; then 52 if test "$libotr_inc_prefix" != "" ; then