[gimp/gimp-2-8] configure: clean out forgotten debug print. (cherry picked from commit f1fe8b9c2458fd27f1346adaaf0e4
- From: Jehan Pagès <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-8] configure: clean out forgotten debug print. (cherry picked from commit f1fe8b9c2458fd27f1346adaaf0e4
- Date: Tue, 29 Jul 2014 14:22:56 +0000 (UTC)
commit d3f94bee96cd764be0e9844fd8c795efd03bd395
Author: Jehan <jehan girinstud io>
Date: Fri May 30 00:12:12 2014 +0000
configure: clean out forgotten debug print.
(cherry picked from commit f1fe8b9c2458fd27f1346adaaf0e456690793082)
configure.ac | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5b5803f..617090a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -469,12 +469,10 @@ XGETTEXT_APPLIED_VERSION_MINOR_1=`echo $XGETTEXT_APPLIED_VERSION | awk -F. '{ pr
have_recommended_xgettext="no"
if test -n "$XGETTEXT_APPLIED_VERSION_MAJOR"; then
- echo "major is: $XGETTEXT_APPLIED_VERSION_MAJOR"
if test "$XGETTEXT_RECOMMENDED_VERSION_MAJOR" -lt "$XGETTEXT_APPLIED_VERSION_MAJOR"; then
have_recommended_xgettext="yes"
elif test "$XGETTEXT_RECOMMENDED_VERSION_MAJOR" -eq "$XGETTEXT_APPLIED_VERSION_MAJOR"; then
if test -n "$XGETTEXT_APPLIED_VERSION_MINOR_1"; then
- echo "major is: $XGETTEXT_APPLIED_VERSION_MINOR_1"
if test "$XGETTEXT_RECOMMENDED_VERSION_MINOR_1" -le "$XGETTEXT_APPLIED_VERSION_MINOR_1"; then
have_recommended_xgettext="yes"
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]