From aeb7bad55d7539d472ca2c8610c9a9c126d1037c Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Thu, 25 Jul 2013 15:48:53 +0200 Subject: configure: Translate spanish comments --- configure.ac | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index 2a53c691..d2c54139 100644 --- a/configure.ac +++ b/configure.ac @@ -272,10 +272,9 @@ if test "x$enable_packagekit" != "xno"; then fi -dnl ============================================================================ -dnl | se comprueba unique -dnl | de lo contrario, se intenta utilizar libunique -dnl ============================================================================ +#============================================================================ +# libunique +#============================================================================ case "$with_gtk" in 2.0) LIBUNIQUE_VERSION=1.0 ;; @@ -293,8 +292,8 @@ AC_ARG_ENABLE(unique, [ --enable-unique enable the use of libunique ins if test "x$enable_libunique" = "xyes"; then UNIQUE_CFLAGS="$UNIQUE_CFLAGS -DUSE_UNIQUE=1" # fix for deprecated on 2.26 - # unique en la version 1.0, contiene simbolos no definidos a partir de - # glib 2.26, pero puede ser obviado si se utiliza -DG_CONST_RETURN=const + # unique, on 1.0 version, has deprecated symbols in glib 2.26, but + # we avoid problems using -DG_CONST_RETURN=const if $PKG_CONFIG --atleast-version 2.26 glib-2.0; then UNIQUE_CFLAGS="$UNIQUE_CFLAGS -DG_CONST_RETURN=const" fi -- cgit v1.2.1