X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=configure.ac;h=ba82cc2fcc18f451d0c63d702c535649de0a4515;hb=4bd3c2ca6f4ee789f9cde0c9eb8e228687f2dcac;hp=c488ad9c8de7ee1359198a77ba9291981940c859;hpb=7afea4fbc7c1169befa67d1de2dd885943e75e4c;p=xboard.git diff --git a/configure.ac b/configure.ac index c488ad9..ba82cc2 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ dnl| to regenerate configure. Then submit your changes to be folded into dnl| the standard version of xboard. dnl| define second argument as VERSION.PATCHLEVEL. e.g. 4.4.0j -AC_INIT([xboard],[4.4.1.20091022],[bug-xboard@gnu.org]) +AC_INIT([xboard],[4.4.2.20091031],[bug-xboard@gnu.org]) AM_INIT_AUTOMAKE AC_CONFIG_HEADERS([config.h]) @@ -331,7 +331,7 @@ dnl| USE_PTYS=1 dnl| add some libs for OS X *-apple-* ) - X_LIBS="$X_LIBS -lX11 -lXt" + X_LIBS="$X_LIBS -lXmu -lX11 -lXt " ;; esac