diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-11-06 22:26:05 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-11-06 22:26:05 +0200 |
commit | b1f42bdc87249e1869d13df2cacaa3aceea6fc1e (patch) | |
tree | 4bc0e7d66012b854a24686685af991d811f0663a /extension/configure | |
parent | 2f8505ba759663f2c4a3e5b34471851025337df6 (diff) | |
download | egawk-b1f42bdc87249e1869d13df2cacaa3aceea6fc1e.tar.gz egawk-b1f42bdc87249e1869d13df2cacaa3aceea6fc1e.tar.bz2 egawk-b1f42bdc87249e1869d13df2cacaa3aceea6fc1e.zip |
Add extra debug stuff in extension/configure.ac.
Diffstat (limited to 'extension/configure')
-rwxr-xr-x | extension/configure | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/extension/configure b/extension/configure index 68d0ebcd..0b26dff1 100755 --- a/extension/configure +++ b/extension/configure @@ -13715,6 +13715,21 @@ then CFLAGS="$CFLAGS -Wall -Wextra" fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for special development options" >&5 +$as_echo_n "checking for special development options... " >&6; } +if test -f $srcdir/.developing +then + if test "$GCC" = yes + then + CFLAGS="$CFLAGS -Wall -fno-builtin -g3 -gdwarf-2" + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + for ac_header in dirent.h fnmatch.h time.h sys/time.h sys/select.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |