ossp-pkg/as/as-gui/configure.in 1.19 -> 1.20
--- configure.in 2003/01/22 22:14:52 1.19
+++ configure.in 2003/01/23 17:48:44 1.20
@@ -99,10 +99,14 @@
if test ".$no_x" = .yes; then
AC_ERROR([X11 includes and libraries are required, but none were found.])
else
+if test $x_includes; then
CXXFLAGS="$CXXFLAGS -I$x_includes"
+fi
+if test $x_libraries; then
LDFLAGS="$LDFLAGS -L$x_libraries"
LIBS="$LIBS -lX11 -lXext -lSM -lm"
fi
+fi
dnl Check data type sizes of particular architecture
dnl Hack: We're really interested in the unsigned types,
|
|