diff options
Diffstat (limited to 'fltk-config.in')
| -rwxr-xr-x | fltk-config.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fltk-config.in b/fltk-config.in index 6ff22a9a7..ab70c6788 100755 --- a/fltk-config.in +++ b/fltk-config.in @@ -271,10 +271,10 @@ if test -n "$compile"; then $CXX $ARCHFLAGS $includes $CXXFLAGS $debug -o $prog $compile $LDSTATIC fi -if test -n "$post" -a "$POSTBUILD" != ":"; then - echo $POSTBUILD $post $includedir/FL/mac.r - $POSTBUILD $post $includedir/FL/mac.r -fi +#if test -n "$post" -a "$POSTBUILD" != ":"; then +# echo $POSTBUILD $post $includedir/FL/mac.r +# $POSTBUILD $post $includedir/FL/mac.r +#fi if test "$echo_cflags" = "yes"; then echo $includes $CFLAGS |
