[uim-commit] r838 - trunk
tkng at freedesktop.org
tkng at freedesktop.org
Wed May 11 15:56:51 PDT 2005
Author: tkng
Date: 2005-05-11 15:56:48 -0700 (Wed, 11 May 2005)
New Revision: 838
Modified:
trunk/configure.ac
Log:
* configure.ac:
- Replaced hardcoded X11 library path with $X_LIBS.
Patch from John Thacker <thacker at math.cornell.edu>. Thanks!
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2005-05-07 01:23:04 UTC (rev 837)
+++ trunk/configure.ac 2005-05-11 22:56:48 UTC (rev 838)
@@ -590,7 +590,7 @@
fi
LDFLAGS=$_SAVE_LDFLAGS
- QT_LIBS="-L/usr/X11R6/lib $QT_LDFLAGS $QT_LIB -lXext -lX11"
+ QT_LIBS="$X_LIBS $QT_LDFLAGS $QT_LIB -lXext -lX11"
_SAVE_CXXFLAGS=$CXXFLAGS
_SAVE_LIBS=$LIBS
More information about the Uim-commit
mailing list