summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-07-25 15:48:53 +0200
committerStefano Karapetsas <[email protected]>2013-07-25 15:48:53 +0200
commitaeb7bad55d7539d472ca2c8610c9a9c126d1037c (patch)
tree03b7e83924f1fe28d94a278f81eda0fb334d9bb8 /configure.ac
parenta823c728f14e2600fbbcd6ad14e6305331e80bf2 (diff)
downloadcaja-aeb7bad55d7539d472ca2c8610c9a9c126d1037c.tar.bz2
caja-aeb7bad55d7539d472ca2c8610c9a9c126d1037c.tar.xz
configure: Translate spanish comments
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files 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