X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure;h=28644c55ac3bf3d760d2e5b503e3e29273dd8b95;hb=aa75546ffd0dbb619ad32fa582c9435a0d637fee;hp=eae76800785551b919c76b9a42ea02e22325adb6;hpb=cfb7bd544f259200542b74152ff919595a9da86c;p=swftools.git diff --git a/configure b/configure index eae7680..28644c5 100755 --- a/configure +++ b/configure @@ -1882,7 +1882,7 @@ fi PACKAGE=swftools -VERSION=0.9.0 +VERSION=2009-08-12-1514 # ------------------------------------------------------------------ @@ -9595,6 +9595,28 @@ xpdf_in_source='$(xpdf_objects)' # ------------------------------------------------------------------ +{ $as_echo "$as_me:$LINENO: checking whether the filesystem normalizes file names" >&5 +$as_echo_n "checking whether the filesystem normalizes file names... " >&6; } + +echo test1 > __abcdefghijklmnopqrstuvwxyz.txt +echo test2 > __ABCDEFGHIJKLMNOPQRSTUVWXYZ.txt +if test `cat __abcdefghijklmnopqrstuvwxyz.txt` = "test2";then + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } + +cat >>confdefs.h <<\_ACEOF +#define LOWERCASE_UPPERCASE 1 +_ACEOF + +else + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } +fi + +rm -f __abcdefghijklmnopqrstuvwxyz.txt +rm -f __ABCDEFGHIJKLMNOPQRSTUVWXYZ.txt + + for ac_prog in avifile-config do