X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;ds=sidebyside;f=configure;h=07e1d0b1cde3dad3608371114da8e9b22539a7ed;hb=3e303bea7eb10c99a7b3808f0c355ee63188eb9b;hp=eae76800785551b919c76b9a42ea02e22325adb6;hpb=8978b24a969f73518ecde87b24d972c7030e91f6;p=swftools.git diff --git a/configure b/configure index eae7680..07e1d0b 100755 --- a/configure +++ b/configure @@ -9595,6 +9595,25 @@ 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 + + for ac_prog in avifile-config do