diff options
author | Clint Adams <clint@users.sourceforge.net> | 2007-10-08 02:04:01 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2007-10-08 02:04:01 +0000 |
commit | a66f502e536a4e9cadd8952500e344e0447e4670 (patch) | |
tree | 7db4e98de7fba4be9351b7115f43d61b0de0a696 /configure.ac | |
parent | e18276d0317756908311930a4f57a0b182e7b1de (diff) | |
download | zsh-a66f502e536a4e9cadd8952500e344e0447e4670.tar.gz zsh-a66f502e536a4e9cadd8952500e344e0447e4670.tar.xz zsh-a66f502e536a4e9cadd8952500e344e0447e4670.zip |
23911: curses windowing module.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 215b48f04..aeaa3b0a1 100644 --- a/configure.ac +++ b/configure.ac @@ -1133,7 +1133,8 @@ AC_CHECK_FUNCS(strftime strptime mktime timelocal \ putenv getenv setenv unsetenv xw\ brk sbrk \ pathconf sysconf \ - tgetent tigetflag tigetnum tigetstr setupterm \ + tgetent tigetflag tigetnum tigetstr setupterm initscr \ + setcchar \ pcre_compile pcre_study pcre_exec \ nl_langinfo \ erand48 open_memstream \ |