summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRobert Schuster <theBohemian@gmx.net>2006-06-06 10:07:05 +0000
committerRobert Schuster <theBohemian@gmx.net>2006-06-06 10:07:05 +0000
commit2514cfabc82a58701203e6a1a4f55c239a3368a4 (patch)
tree1adbe47444b8d865969392b65806dcc6e5c3ca9d /configure.ac
parent6516d6b0415d1ac064231e3a7c712e825bb3f23f (diff)
downloadclasspath-2514cfabc82a58701203e6a1a4f55c239a3368a4.tar.gz
2006-06-06 Robert Schuster <robertschuster@fsfe.org>
* configure.ac: Added missing { to expression.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b077395a6..52cca0dbe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -420,7 +420,7 @@ if test "x${COMPILE_JNI}" = xyes; then
AC_CHECK_LIB([Xrandr], [XRRQueryExtension],
[AC_DEFINE(HAVE_XRANDR, 1, [Define to 1 if you have libXrandr.])X_EXTRA_LIBS="$X_EXTRA_LIBS -lXrandr"]],
[true],
- [$X_LIBS}])
+ [${X_LIBS}])
AC_SUBST(GTK_CFLAGS)
AC_SUBST(GTK_LIBS)