Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
OIS
Commits
b56dc731
Commit
b56dc731
authored
Dec 30, 2010
by
Phillip Castaneda
Browse files
Reducing check for libxaw, instead just libx11. Upping version
parent
6bdebdbd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
configure.ac
configure.ac
+3
-3
No files found.
configure.ac
View file @
b56dc731
# -*- 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/X
aw/Command
.h],, [AC_MSG_ERROR("lib
xaw headers not found
")])
AC_CHECK_HEADERS([X11/X
lib
.h],, [AC_MSG_ERROR("
X
lib
.h not found - libx11-dev
")])
dnl Added for BSD's
AC_PROG_LIBTOOL
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment