diff options
| author | Gellule Xg <gellule.xg@gmail.com> | 2011-06-29 18:18:50 +0000 |
|---|---|---|
| committer | Gellule Xg <gellule.xg@gmail.com> | 2011-06-29 18:18:50 +0000 |
| commit | 8bfe2afed4313d8034fabccf6d1b6d1012471ed9 (patch) | |
| tree | c93a9c2d5a6846673895daac22e776c7c33d82c8 | |
| parent | Fixed initialization issue plus a few warnings. (diff) | |
| download | inkscape-8bfe2afed4313d8034fabccf6d1b6d1012471ed9.tar.gz inkscape-8bfe2afed4313d8034fabccf6d1b6d1012471ed9.zip | |
Fixes my commit 10382: -lX11 should be with a capital X.
(bzr r10387)
| -rw-r--r-- | configure.ac | 2 |
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 |
