From: Glenn Morris Date: Mon, 16 Apr 2012 18:32:59 +0000 (-0400) Subject: * configure.in: Remove X libs workaround for old autoconf. X-Git-Tag: emacs-24.2.90~471^2~352^2~30 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9b9b2ef28d8a85ca46ce12b344ea9d267b283aac;p=emacs.git * configure.in: Remove X libs workaround for old autoconf. --- diff --git a/ChangeLog b/ChangeLog index 3a72290284b..fb0ce63727b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-04-16 Glenn Morris + + * configure.in: Remove X libs workaround for old autoconf. + 2012-04-12 Ken Brown * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398) diff --git a/configure.in b/configure.in index bd8e3d62299..e0ac2ab1bad 100644 --- a/configure.in +++ b/configure.in @@ -1421,15 +1421,6 @@ else window_system=x11 fi -## Workaround for bug in autoconf <= 2.62. -## http://lists.gnu.org/archive/html/emacs-devel/2008-04/msg01551.html -## No need to do anything special for these standard directories. -if test -n "${x_libraries}" && test x"${x_libraries}" != xNONE; then - - x_libraries=`echo :${x_libraries}: | sed -e 's|:/usr/lib64:|:|g' -e 's|:/lib64:|:|g' -e 's|^:||' -e 's|:$||'` - -fi - LD_SWITCH_X_SITE_AUX= LD_SWITCH_X_SITE_AUX_RPATH= if test "${x_libraries}" != NONE; then