# HG changeset patch # User Luke Schierer # Date 1078631583 0 # Node ID 2729ef2df189713d48e307da1fb06fe89236e80a # Parent fcfb1c08d402524bd058d946df41559ae7c05804 [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 diff -r fcfb1c08d402 -r 2729ef2df189 configure.ac --- 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,