X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=configure;h=f3c87c82ec8467853434d09235f96c6df4cb7219;hb=1858c4feaa24e40cea4b1b5ea39a60fb6670f33b;hp=3a7ebb501e17ad024e17215579180fac9328cf76;hpb=7563208b4169597648e0ca8456c5d6eba0a15edd;p=xournal.git diff --git a/configure b/configure index 3a7ebb5..f3c87c8 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 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;;