gtkslash 0.5.5
This commit is contained in:
parent
b550f8529a
commit
515ef90ea6
7 changed files with 60 additions and 33 deletions
4
configure
vendored
4
configure
vendored
|
|
@ -526,7 +526,7 @@ else
|
|||
fi
|
||||
|
||||
|
||||
GTKSLASH_VERSION=0.5.4
|
||||
GTKSLASH_VERSION=0.5.5
|
||||
|
||||
AUTOMAKE_OPTIONS=no-dependencies
|
||||
VERSION=$GTKSLASH_VERSION
|
||||
|
|
@ -1097,7 +1097,7 @@ echo "configure:1084: checking for GTK - version >= $min_gtk_version" >&5
|
|||
ac_save_CFLAGS="$CFLAGS"
|
||||
ac_save_LIBS="$LIBS"
|
||||
CFLAGS="$CFLAGS $GTK_CFLAGS"
|
||||
LIBS="$LIBS $GTK_LIBS"
|
||||
LIBS="$GTK_LIBS $LIBS"
|
||||
rm -f conf.gtktest
|
||||
if test "$cross_compiling" = yes; then
|
||||
echo $ac_n "cross compiling; assumed OK... $ac_c"
|
||||
|
|
|
|||
Reference in a new issue