Mercurial > pidgin.yaz
changeset 8403:2729ef2df189
[gaim-migrate @ 9132]
" configure is broken! nspr4 is spelt wrong! and there's
a space missing! oh no!
patch attached.
/me heads off to start step 3)." --Stu Tomlinson
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Sun, 07 Mar 2004 03:53:03 +0000 |
parents | fcfb1c08d402 |
children | 3f384e95c5c0 |
files | configure.ac |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Sat Mar 06 00:09:37 2004 +0000 +++ b/configure.ac Sun Mar 07 03:53:03 2004 +0000 @@ -140,7 +140,7 @@ AC_DEFINE_UNQUOTED(STATIC_PROTO_INIT, $extern_init void static_proto_init() { $load_proto }, [Loads static protocol plugin module initialization functions.]) -AC_ARG_WITH(dynamic_prpls, [ --with-dynamic-prpls specify which protocols to build dynamically],[DYNAMIC_PRPLS=`echo $withval | $sedpath 's/,/ /g'`]) +AC_ARG_WITH(dynamic_prpls, [ --with-dynamic-prpls specify which protocols to build dynamically],[DYNAMIC_PRPLS=`echo $withval | $sedpath 's/,/ /g'`]) if test "x$DYNAMIC_PRPLS" = "xall" ; then DYNAMIC_PRPLS="gg irc jabber msn napster oscar toc yahoo zephyr" fi @@ -551,7 +551,7 @@ [with_nspr_includes="$withval"]) AC_ARG_WITH(nspr-libs, - [ --with-nspr-libs=PREFIX Specify location of Mozilla nsp4 libs.], + [ --with-nspr-libs=PREFIX Specify location of Mozilla nspr4 libs.], [with_nspr_libs="$withval"]) AC_ARG_WITH(nss-includes,