[Pkg-privacy-commits] [nautilus-wipe] 181/224: Improve wording of the --with-gtk3 build option description
Ulrike Uhlig
u-guest at moszumanska.debian.org
Thu Jul 7 19:45:48 UTC 2016
This is an automated email from the git hooks/post-receive script.
u-guest pushed a commit to branch master
in repository nautilus-wipe.
commit 15914717dbe8d2c97d2a093bd0c1e2377d3ea374
Author: Colomban Wendling <ban at herbesfolles.org>
Date: Wed May 15 16:51:14 2013 +0200
Improve wording of the --with-gtk3 build option description
---
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index ba73ef6..361fc5e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,10 +38,10 @@ GIO_UNIX_REQUIRED=2.0
# choose whether to use GTK2 or GTK3
AC_ARG_WITH([gtk3],
[AS_HELP_STRING([--with-gtk3],
- [build for GTK3 instead of GTK2 [[default=auto]]])],
+ [whether to build with GTK2 or GTK3 [[default=auto]]])],
[with_gtk3="$withval"],
[with_gtk3=check])
-# use GTK2 by default but if not found
+# use GTK3 by default but if not found
AC_MSG_CHECKING([for GTK package to use])
gtk_pkg="gtk+-3.0"
AS_IF([test "x$with_gtk3" = xcheck],
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/nautilus-wipe.git
More information about the Pkg-privacy-commits
mailing list