aboutsummaryrefslogtreecommitdiff
path: root/libjava/classpath/configure.ac
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2006-06-14 13:56:22 +0000
committerTom Tromey <tromey@gcc.gnu.org>2006-06-14 13:56:22 +0000
commit34e598d832055c787462d2f5c5b3983e9c16bff7 (patch)
treea64814404a7ebe128349e99697ff5458ce2e0089 /libjava/classpath/configure.ac
parentba1304a3dce495313b7c6a201fded9d0acd8e560 (diff)
downloadgcc-34e598d832055c787462d2f5c5b3983e9c16bff7.zip
gcc-34e598d832055c787462d2f5c5b3983e9c16bff7.tar.gz
gcc-34e598d832055c787462d2f5c5b3983e9c16bff7.tar.bz2
re PR java/28024 (libjava build failure on Solaris 2.8 (sun4u))
PR java/28024: * aclocal.m4, configure: Rebuilt. * m4/acinclude.m4 (REGEN_WITH_JAY): Use backquote, not $(...). * configure.ac (QT_INCLUDE_DIR): Use backquote, not $(...). From-SVN: r114639
Diffstat (limited to 'libjava/classpath/configure.ac')
-rw-r--r--libjava/classpath/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/classpath/configure.ac b/libjava/classpath/configure.ac
index 65980fd..bd3ba21 100644
--- a/libjava/classpath/configure.ac
+++ b/libjava/classpath/configure.ac
@@ -438,7 +438,7 @@ if test "x${COMPILE_JNI}" = xyes; then
if test "x$HAVE_QT4" = "xyes"; then
dnl Check needed because in some cases the QtGui includedir
dnl doesn't contain the subsystem dir.
- QT_INCLUDE_DIR=$($PKG_CONFIG --variable=includedir QtGui)
+ QT_INCLUDE_DIR=`$PKG_CONFIG --variable=includedir QtGui`
EXTRA_QT_INCLUDE_DIR="$QT_INCLUDE_DIR/Qt"
AC_CHECK_FILE([$QT_INCLUDE_DIR/QWidget],
AC_MSG_NOTICE([No extra QT_INCLUDE_DIR needed]),