Fix bugs in previous commit that caused FTBFS in synfig and ETL FTBFS with older...
[synfig.git] / synfig-studio / tags / synfigstudio_0_61_07_rc1 / config / ltmain.patch
1 --- ltmain.bak  Thu Apr  7 19:12:55 2005
2 +++ ltmain.sh   Thu Apr  7 19:20:28 2005
3 @@ -5362,10 +5362,10 @@
4           # At present, this check doesn't affect windows .dll's that
5           # are installed into $libdir/../bin (currently, that works fine)
6           # but it's something to keep an eye on.
7 -         if test "$inst_prefix_dir" = "$destdir"; then
8 -           $echo "$modename: error: cannot install \`$file' to a directory not ending in $libdir" 1>&2
9 -           exit 1
10 -         fi
11 +#        if test "$inst_prefix_dir" = "$destdir"; then
12 +#          $echo "$modename: error: cannot install \`$file' to a directory not ending in $libdir" 1>&2
13 +#          exit 1
14 +#        fi
15  
16           if test -n "$inst_prefix_dir"; then
17             # Stick the inst_prefix_dir data into the link command.