emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r107925: * configure.in: Remove X


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r107925: * configure.in: Remove X libs workaround for old autoconf.
Date: Fri, 02 Nov 2012 01:48:18 -0000
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 107925
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2012-04-16 14:32:59 -0400
message:
  * configure.in: Remove X libs workaround for old autoconf.
modified:
  ChangeLog
  configure.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-04-15 02:59:30 +0000
+++ b/ChangeLog 2012-04-16 18:32:59 +0000
@@ -1,3 +1,7 @@
+2012-04-16  Glenn Morris  <address@hidden>
+
+       * configure.in: Remove X libs workaround for old autoconf.
+
 2012-04-12  Ken Brown  <address@hidden>
 
        * configure.in: Warn that Cygwin 1.5 is unsupported.  (Bug#10398)

=== modified file 'configure.in'
--- a/configure.in      2012-04-12 12:17:20 +0000
+++ b/configure.in      2012-04-16 18:32:59 +0000
@@ -1421,15 +1421,6 @@
   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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]