Commit b56dc731 authored by Phillip Castaneda's avatar Phillip Castaneda
Browse files

Reducing check for libxaw, instead just libx11. Upping version

parent 6bdebdbd
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.50)
AC_INIT( [OIS], 1.3.0 )
AC_INIT( [OIS], 1.4.0 )
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE( [OIS], 1.3.0 )
AM_INIT_AUTOMAKE( [OIS], 1.4.0 )
AM_CONFIG_HEADER([includes/config.h])
dnl Check for programs
......@@ -22,7 +22,7 @@ CXXFLAGS="$CXXFLAGS"
LIBS="$LIBS"
dnl Detect X11
AC_CHECK_HEADERS([X11/Xaw/Command.h],, [AC_MSG_ERROR("libxaw headers not found")])
AC_CHECK_HEADERS([X11/Xlib.h],, [AC_MSG_ERROR("Xlib.h not found - libx11-dev")])
dnl Added for BSD's
AC_PROG_LIBTOOL
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment