X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=configure.ac;h=ba82cc2fcc18f451d0c63d702c535649de0a4515;hb=b4785979256d342c544eaca1a6644a70eb96b2e0;hp=7401f6b8890b45794904c3bb71e74b149bc45e66;hpb=bbbedff906c8d77e8f0299150176aaf204da09af;p=xboard.git diff --git a/configure.ac b/configure.ac index 7401f6b..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.pre],[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