revert Xau changes
This commit is contained in:
parent
3f2ed58dcf
commit
05ecd47342
1 changed files with 0 additions and 6 deletions
|
@ -116,12 +116,6 @@ CXXFLAGS="$CXXFLAGS $X_CFLAGS"
|
||||||
LIBS="$LIBS $X_LIBS"
|
LIBS="$LIBS $X_LIBS"
|
||||||
LDFLAGS="$LDFLAGS $LIBS $X_PRE_LIBS"
|
LDFLAGS="$LDFLAGS $LIBS $X_PRE_LIBS"
|
||||||
|
|
||||||
dnl Check for required functions in -lXau
|
|
||||||
AC_CHECK_LIB(Xau, XauFileName,
|
|
||||||
LIBS="$LIBS -lXau",
|
|
||||||
AC_MSG_ERROR([Could not find XauFileName in -lXau.])
|
|
||||||
)
|
|
||||||
LIBS="$LIBS $X_EXTRA_LIBS"
|
|
||||||
|
|
||||||
dnl Check for required functions in -lX11
|
dnl Check for required functions in -lX11
|
||||||
AC_CHECK_LIB(X11, XOpenDisplay,
|
AC_CHECK_LIB(X11, XOpenDisplay,
|
||||||
|
|
Loading…
Reference in a new issue