]> code.citadel.org Git - citadel.git/blobdiff - citadel/configure.ac
* Disable any use of curses on Darwin (this is temporary until I beat
[citadel.git] / citadel / configure.ac
index 79e5cb3fc4050d2be834c85b27024f206487e8b2..d4c14cb2a079d447621229069e0f167018cba051 100644 (file)
@@ -74,6 +74,10 @@ case "$host" in
        *-*-bsdi*)
                AC_DEFINE(HAVE_NONREENTRANT_NETDB)
        ;;
+       dnl Curses support on Mac OS X is kind of screwed at the moment.
+       *-*-darwin*)
+               AC_DEFINE(DISABLE_CURSES)
+       ;;
        dnl Digital Unix has an odd way to build for pthreads, and we can't
        dnl build pthreads programs with gcc due to header problems.
        alpha*-dec-osf*)