X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=configure.ac;h=ba82cc2fcc18f451d0c63d702c535649de0a4515;hb=f12a0a98acb97e2aa4c926bea3eddea8d1ed94da;hp=afc915ab639402f4f9513ce0344fb894f0b7ae8b;hpb=e89d9e93fcf2bdfc9ff8c76778a920a61436b44b;p=xboard.git diff --git a/configure.ac b/configure.ac index afc915a..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.0.beta2],[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