X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure;h=07e1d0b1cde3dad3608371114da8e9b22539a7ed;hb=3c5d85148ee61a00ec69c5bf5e5b2cdc3b9cd6c8;hp=eae76800785551b919c76b9a42ea02e22325adb6;hpb=cfb7bd544f259200542b74152ff919595a9da86c;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