/pidgin/main: cfe1e6c376a7: Remove a few random bits o' unneeded...
Mark Doliner
mark at kingant.net
Fri Aug 30 02:02:05 EDT 2013
Changeset: cfe1e6c376a7b4a1d73a2fa3940e2fbf5c87c4c7
Author: Mark Doliner <mark at kingant.net>
Date: 2013-08-29 22:52 -0700
Branch: default
URL: https://hg.pidgin.im/pidgin/main/rev/cfe1e6c376a7
Description:
Remove a few random bits o' unneeded whitespaces.
diffstat:
configure.ac | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (38 lines):
diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -981,14 +981,14 @@ if test "x$enable_farstream" != "xno"; t
PKG_CHECK_MODULES(FARSTREAM, [farstream-0.2], [
AC_SUBST(FARSTREAM_CFLAGS)
AC_SUBST(FARSTREAM_LIBS)
- ], [
+ ], [
enable_farstream="no"
])
else
PKG_CHECK_MODULES(FARSTREAM, [farstream-0.1], [
AC_SUBST(FARSTREAM_CFLAGS)
AC_SUBST(FARSTREAM_LIBS)
- ], [
+ ], [
# Try farsight.
PKG_CHECK_MODULES(FARSTREAM, [farsight2-0.10 >= 0.0.9], [
AC_DEFINE(HAVE_FARSIGHT, 1, [Use Farsight instead of Farstream])
@@ -997,7 +997,7 @@ if test "x$enable_farstream" != "xno"; t
], [
enable_farstream="no"
])
- ])
+ ])
fi
fi
@@ -1484,7 +1484,7 @@ fi
DEBUG_CPPFLAGS=`echo "$DEBUG_CFLAGS" | $sedpath 's/-Wdeclaration-after-statement//' | $sedpath 's/-Wmissing-prototypes//' | $sedpath 's/-Waggregate-return//'`
if test "x$SUNCC" = "xyes"; then
- CFLAGS="$CFLAGS -features=extensions"
+ CFLAGS="$CFLAGS -features=extensions"
fi
AC_SUBST(CFLAGS)
More information about the Commits
mailing list