diff options
| -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 |
