X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=configure;h=1f0cd5d7d8e8fe4421a9571b575400b1909d88c7;hb=bc1db27c7eef7de6d5097a5e708d2de540d35b88;hp=3a7ebb501e17ad024e17215579180fac9328cf76;hpb=7563208b4169597648e0ca8456c5d6eba0a15edd;p=xournal.git diff --git a/configure b/configure index 3a7ebb5..1f0cd5d 100755 --- a/configure +++ b/configure @@ -2627,7 +2627,7 @@ fi # Define the identity of the package. PACKAGE=xournal - VERSION=0.4.5 + VERSION=0.4.6+image cat >>confdefs.h <<_ACEOF @@ -5539,7 +5539,7 @@ $as_echo "#define STDC_HEADERS 1" >>confdefs.h fi -LDFLAGS="$LDFLAGS -lz -lX11 -lm" +LDFLAGS="$LDFLAGS -lz -lm" pkg_modules="gtk+-2.0 >= 2.10.0 libgnomecanvas-2.0 >= 2.4.0 poppler-glib >= 0.5.4 pangoft2 >= 1.0 x11" @@ -5826,8 +5826,8 @@ IFS=$ac_save_IFS case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Win32 environment" >&5 -$as_echo_n "checking for Win32 environment... " >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Windows environment" >&5 +$as_echo_n "checking for Windows environment... " >&6; } case "$host" in *-*-mingw*) os_win32=yes;;