summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGellule Xg <gellule.xg@gmail.com>2011-06-29 18:18:50 +0000
committerGellule Xg <gellule.xg@gmail.com>2011-06-29 18:18:50 +0000
commit8bfe2afed4313d8034fabccf6d1b6d1012471ed9 (patch)
treec93a9c2d5a6846673895daac22e776c7c33d82c8
parentFixed initialization issue plus a few warnings. (diff)
downloadinkscape-8bfe2afed4313d8034fabccf6d1b6d1012471ed9.tar.gz
inkscape-8bfe2afed4313d8034fabccf6d1b6d1012471ed9.zip
Fixes my commit 10382: -lX11 should be with a capital X.
(bzr r10387)
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 42bf28b84..4d36dfabb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -722,7 +722,7 @@ AC_MSG_RESULT($gtk_backend_target)
# Add X11 library if needed
if test "x$gtk_backend_target" = "xx11"; then
- INKSCAPE_LIBS="$INKSCAPE_LIBS -lx11"
+ INKSCAPE_LIBS="$INKSCAPE_LIBS -lX11"
fi
# Check for Apple Mac OS X Carbon framework