summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-10-14 15:24:02 +0000
committerYang Tse <yangsita@gmail.com>2008-10-14 15:24:02 +0000
commit40f09170d62bb8ac60304e6fbd2b27a73a8cd6a4 (patch)
tree2479ffe1d0c8c8a3d3b002f24182e7657b814647 /m4
parent7444d55a7f5a4590acf5cb2b8b5992e8c4a49cf9 (diff)
downloadc-ares-40f09170d62bb8ac60304e6fbd2b27a73a8cd6a4.tar.gz
c-ares-40f09170d62bb8ac60304e6fbd2b27a73a8cd6a4.tar.bz2
c-ares-40f09170d62bb8ac60304e6fbd2b27a73a8cd6a4.zip
Adjust Tiny C basic options:
Remove -b from debug-enabled configuration, as Tiny C might have been built without the memory and bounds checker support.
Diffstat (limited to 'm4')
-rw-r--r--m4/cares-compilers.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/cares-compilers.m4 b/m4/cares-compilers.m4
index b9d1c32..dfb05a8 100644
--- a/m4/cares-compilers.m4
+++ b/m4/cares-compilers.m4
@@ -16,7 +16,7 @@
#***************************************************************************
# File version for 'aclocal' use. Keep it a single number.
-# serial 32
+# serial 33
dnl CARES_CHECK_COMPILER
@@ -325,7 +325,7 @@ AC_DEFUN([CARES_CHECK_COMPILER_TINY_C], [
AC_MSG_RESULT([yes])
compiler_id="TINY_C"
flags_dbg_all="-g -b"
- flags_dbg_yes="-g -b"
+ flags_dbg_yes="-g"
flags_dbg_off=""
flags_opt_all=""
flags_opt_yes=""