diff options
author | Roland McGrath <roland@redhat.com> | 2011-02-08 18:59:04 -0800 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2011-02-08 18:59:04 -0800 |
commit | bc88fffec993bcf7736ad6060ebc9c55988bb444 (patch) | |
tree | 38ed2e403f4e6695fcd89008e886593a84c49a28 /configure.ac | |
parent | 7094d00a169afb27e0323f8580e817798ae7c240 (diff) | |
download | elfutils-bc88fffec993bcf7736ad6060ebc9c55988bb444.tar.gz |
Remove obsolete ALL_LINGUAS variable from configure.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 39ecd391..533d50e5 100644 --- a/configure.ac +++ b/configure.ac @@ -55,9 +55,6 @@ AS_IF([test "$use_locks" = yes], [AC_DEFINE(USE_LOCKS)]) AH_TEMPLATE([USE_LOCKS], [Defined if libraries should be thread-safe.]) -dnl Add all the languages for which translations are available. -ALL_LINGUAS="de es ja pl uk" - AC_PROG_CC AC_PROG_RANLIB AC_PROG_YACC |