diff options
author | Tavian Barnes <tavianator@gmail.com> | 2009-04-20 04:02:15 +0000 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2009-04-20 04:02:15 +0000 |
commit | 4e2f7c8e8fdcdb1dbf6f2346e13f46f8ce3eca48 (patch) | |
tree | dc679317f6b432fc872422476922d05a8aaab388 /configure.ac | |
parent | e15353792ff60640e55e8a97c7737e0338289f97 (diff) | |
download | dimension-4e2f7c8e8fdcdb1dbf6f2346e13f46f8ce3eca48.tar.xz |
Add tmpfile() implementation of FILE_Cookie.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 03014f8..ad52306 100644 --- a/configure.ac +++ b/configure.ac @@ -29,6 +29,8 @@ AC_PROG_LN_S AC_PROG_MAKE_SET AC_PROG_LIBTOOL +AM_CONDITIONAL([FOPENCOOKIE], false) + dnl Generate Makefiles AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_FILES([Makefile |