summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2013-08-04 15:04:07 +0800
committerLAN-TW <lantw44@gmail.com>2013-08-04 15:10:44 +0800
commit5e5939d1ab9e62f7b7eb33bdf0ce41aa048817a0 (patch)
treec723ef2971c1c61da46cc08d567c27e4e53dfa87 /configure.ac
parentfb0cd0fdf0b99c6a9dd76f997585e38bd7c55074 (diff)
downloadgsoc2013-libgnome-autoar-5e5939d1ab9e62f7b7eb33bdf0ce41aa048817a0.tar.gz
gsoc2013-libgnome-autoar-5e5939d1ab9e62f7b7eb33bdf0ce41aa048817a0.tar.zst
gsoc2013-libgnome-autoar-5e5939d1ab9e62f7b7eb33bdf0ce41aa048817a0.zip
Move local variables into objects or smaller blocks
I hope this will ease the memory management task.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8ce97d3..776df6c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -48,6 +48,7 @@ AC_TYPE_MODE_T
AC_TYPE_OFF_T
AC_TYPE_SIZE_T
AC_TYPE_SSIZE_T
+AC_C_INLINE
# Checks for library functions.
AC_CHECK_FUNCS([getgrnam getpwnam link mkfifo mknod stat])