added missing X_LIBS references to Makefile.am
[xboard.git] / configure.ac
index 8b39396..dd1123f 100644 (file)
@@ -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],