[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r100054: Regenerate configure.
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r100054: Regenerate configure. |
Date: |
Tue, 27 Apr 2010 01:11:11 -0700 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 100054
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2010-04-27 01:11:11 -0700
message:
Regenerate configure.
modified:
configure
=== modified file 'configure'
--- a/configure 2010-04-27 07:38:05 +0000
+++ b/configure 2010-04-27 08:11:11 +0000
@@ -723,6 +723,7 @@
GCONF_CFLAGS
GCONF_LIBS
LIBSELINUX_LIBS
+LIBXTR6
FONTCONFIG_CFLAGS
FONTCONFIG_LIBS
XFT_CFLAGS
@@ -13012,6 +13013,7 @@
X_TOOLKIT_TYPE=$USE_X_TOOLKIT
+LIBXTR6=
if test "${USE_X_TOOLKIT}" != "none"; then
{ $as_echo "$as_me:$LINENO: checking X11 toolkit version" >&5
$as_echo_n "checking X11 toolkit version... " >&6; }
@@ -13079,6 +13081,11 @@
#define HAVE_X11XTR6 1
_ACEOF
+ LIBXTR6="-lSM -lICE"
+ case "$opsys" in
+ ## Use libw.a along with X11R6 Xt.
+ unixware) LIBXTR6="$LIBXTR6 -lw" ;;
+ esac
else
{ $as_echo "$as_me:$LINENO: result: before 6" >&5
$as_echo "before 6" >&6; }
@@ -13168,6 +13175,7 @@
test $ac_cv_lib_Xmu_XmuConvertStandardSelection = no && LIBS="$OLDLIBS"
fi
+
# On Irix 6.5, at least, we need XShapeQueryExtension from -lXext for Xaw3D.
if test "${HAVE_X11}" = "yes"; then
if test "${USE_X_TOOLKIT}" != "none"; then
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r100054: Regenerate configure.,
Glenn Morris <=