From: Arun Persaud Date: Sun, 23 Aug 2009 21:24:38 +0000 (-0700) Subject: fixed build on OS X X-Git-Tag: v4.4.0.beta2~11 X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=e89d9e93fcf2bdfc9ff8c76778a920a61436b44b fixed build on OS X this seems to fix it. Bug reported by Louis Zulli who also did the testing. --- 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],