summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMukund Sivaraman <muks@banu.com>2009-09-20 13:58:50 +0530
committerMukund Sivaraman <muks@banu.com>2009-09-20 13:58:50 +0530
commit919eedc7f9c2e702162647ae79e6db079f98e981 (patch)
treebf762c20e9057ce245f9b8ad7db2cd69e53baa4c /config
parent403fd7cc259bea362b2f1f43e517c4e0c1e6f418 (diff)
downloadtinyproxy-919eedc7f9c2e702162647ae79e6db079f98e981.tar.gz
tinyproxy-919eedc7f9c2e702162647ae79e6db079f98e981.zip
Remove inline keyword from static functions
The compiler inlines static functions as necessary anyway. No more inline keywords exist in Tinyproxy source code. We want to avoid using this keyword anyway.
Diffstat (limited to '')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8122787..71ed21a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -175,7 +175,6 @@ esac
dnl
dnl Checks for types
dnl
-AC_C_INLINE
AC_TYPE_SIZE_T
AC_TYPE_PID_T
AC_TYPE_SIGNAL