X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=configure.ac;h=dd1123f264826457f7b9caadfb3f10a2854df8cc;hb=ead8c0edb8d0f43d198401ac90633b3b7213bdfd;hp=8b3939636888225f84a2be95448acd16a33497df;hpb=262a1501c25d57e39848d21647e607c8319c2088;p=xboard.git diff --git a/configure.ac b/configure.ac index 8b39396..dd1123f 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.beta1],[bug-xboard@gnu.org]) +AC_INIT([xboard],[4.4.0.beta2],[bug-xboard@gnu.org]) AM_INIT_AUTOMAKE AC_CONFIG_HEADERS([config.h]) @@ -328,14 +328,6 @@ dnl| USE_PTYS=1 CONF_CFLAGS="-fwritable-strings" fi ;; -dnl| 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 - ;; esac AC_ARG_ENABLE( [xpm],