X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=configure.ac;h=b9dbfc0c443024fb5f5396aebc835541bd94093f;hb=ca99bd4de57d0b079024cbdf5435de1ae61d5fd9;hp=6ccd5d36e5b200ec6f18aec0f1d1e1ebd74eef35;hpb=412926768f41195dfd853cfa87648cf21ee3d223;p=xboard.git diff --git a/configure.ac b/configure.ac index 6ccd5d3..b9dbfc0 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.1.20091019],[bug-xboard@gnu.org]) AM_INIT_AUTOMAKE AC_CONFIG_HEADERS([config.h]) @@ -328,13 +328,10 @@ dnl| USE_PTYS=1 CONF_CFLAGS="-fwritable-strings" fi ;; -dnl| OS X + +dnl| add some libs for OS X *-apple-* ) - if test -d /usr/X11/lib ; then - X_CFLAGS="$X_CFLAGS " - X_LIBS="$X_LIBS -L/usr/X11/lib -R/usr/X11/lib" - X_PRE_LIBS = "$X_PRE_LIBS -lXpm -lSM -lICE" - fi + X_LIBS="$X_LIBS -lX11 -lXt" ;; esac