From e89d9e93fcf2bdfc9ff8c76778a920a61436b44b Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sun, 23 Aug 2009 14:24:38 -0700 Subject: [PATCH] fixed build on OS X this seems to fix it. Bug reported by Louis Zulli who also did the testing. --- configure.ac | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index dd1123f..afc915a 100644 --- a/configure.ac +++ b/configure.ac @@ -328,6 +328,11 @@ dnl| USE_PTYS=1 CONF_CFLAGS="-fwritable-strings" fi ;; + +dnl| add some libs for OS X + *-apple-* ) + X_LIBS="$X_LIBS -lX11 -lXt" + ;; esac AC_ARG_ENABLE( [xpm], -- 1.7.0.4