[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107925: * configure.in: Remove X lib
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107925: * configure.in: Remove X libs workaround for old autoconf. |
Date: |
Mon, 16 Apr 2012 14:32:59 -0400 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107925: * configure.in: Remove X libs workaround for old autoconf.,
Glenn Morris <=