diff options
author | John Wiegley <johnw@newartisans.com> | 2009-10-29 00:55:01 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-10-29 00:55:01 -0400 |
commit | 0b6460d0629a23b798d91215bffe059229ebe5ce (patch) | |
tree | 57397e284628ad0a219d3c4948482a756ba19a3b /configure.ac | |
parent | 2b3f3e9867431174f5b5b25e47098a7218213a82 (diff) | |
parent | 55f5868380a4917028365256abcfd6d0b5f0a1e4 (diff) | |
download | fork-ledger-0b6460d0629a23b798d91215bffe059229ebe5ce.tar.gz fork-ledger-0b6460d0629a23b798d91215bffe059229ebe5ce.tar.bz2 fork-ledger-0b6460d0629a23b798d91215bffe059229ebe5ce.zip |
Merge branch 'next'
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ad1c4b37..69fe0e1e 100644 --- a/configure.ac +++ b/configure.ac @@ -352,7 +352,7 @@ AC_STRUCT_TM #AC_FUNC_MKTIME #AC_FUNC_STAT #AC_FUNC_STRFTIME -AC_CHECK_FUNCS([access realpath getpwuid getpwnam]) +AC_CHECK_FUNCS([access realpath getpwuid getpwnam isatty]) # Pepare the Makefiles AC_CONFIG_FILES([Makefile po/Makefile.in intl/Makefile]) |