Mercurial > pidgin.yaz
changeset 8854:ec932c66392b
[gaim-migrate @ 9621]
i'm in a picky sort of mood
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Sat, 01 May 2004 22:27:29 +0000 |
parents | 60cc86a15eed |
children | 831da5209d83 |
files | configure.ac |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Sat May 01 22:17:43 2004 +0000 +++ b/configure.ac Sat May 01 22:27:29 2004 +0000 @@ -129,7 +129,7 @@ STATIC_PRPLS="gg irc jabber msn napster novell oscar silc yahoo zephyr" fi if test "x$silcincludes" != "xyes" -o "x$silcclient" != "xyes"; then - STATIC_PRPLS=`echo $STATIC_PRPLS | sed 's/silc//'` + STATIC_PRPLS=`echo $STATIC_PRPLS | $sedpath 's/silc//'` fi AC_SUBST(STATIC_PRPLS) STATIC_LINK_LIBS= @@ -178,7 +178,7 @@ DYNAMIC_PRPLS="gg irc jabber msn napster novell oscar silc yahoo zephyr" fi if test "x$silcincludes" != "xyes" -o "x$silcclient" != "xyes"; then - DYNAMIC_PRPLS=`echo $DYNAMIC_PRPLS | sed 's/silc//'` + DYNAMIC_PRPLS=`echo $DYNAMIC_PRPLS | $sedpath 's/silc//'` fi AC_SUBST(DYNAMIC_PRPLS) for i in $DYNAMIC_PRPLS ; do