diff options
author | fluxgen <fluxgen> | 2005-01-17 20:40:10 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2005-01-17 20:40:10 (GMT) |
commit | 05ecd47342606ad34e49f052e949e1084f063896 (patch) | |
tree | 7373659edb8ae070f0b855483f6565c00769aba2 /configure.in | |
parent | 3f2ed58dcfd4de78f39be303f8464fa2f0c4b035 (diff) | |
download | fluxbox-05ecd47342606ad34e49f052e949e1084f063896.zip fluxbox-05ecd47342606ad34e49f052e949e1084f063896.tar.bz2 |
revert Xau changesRelease-0_9_12
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.in b/configure.in index 9d99a3f..6e8ce9d 100644 --- a/configure.in +++ b/configure.in | |||
@@ -116,12 +116,6 @@ CXXFLAGS="$CXXFLAGS $X_CFLAGS" | |||
116 | LIBS="$LIBS $X_LIBS" | 116 | LIBS="$LIBS $X_LIBS" |
117 | LDFLAGS="$LDFLAGS $LIBS $X_PRE_LIBS" | 117 | LDFLAGS="$LDFLAGS $LIBS $X_PRE_LIBS" |
118 | 118 | ||
119 | dnl Check for required functions in -lXau | ||
120 | AC_CHECK_LIB(Xau, XauFileName, | ||
121 | LIBS="$LIBS -lXau", | ||
122 | AC_MSG_ERROR([Could not find XauFileName in -lXau.]) | ||
123 | ) | ||
124 | LIBS="$LIBS $X_EXTRA_LIBS" | ||
125 | 119 | ||
126 | dnl Check for required functions in -lX11 | 120 | dnl Check for required functions in -lX11 |
127 | AC_CHECK_LIB(X11, XOpenDisplay, | 121 | AC_CHECK_LIB(X11, XOpenDisplay, |