diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-05-31 18:38:28 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-05-31 18:38:28 +0000 |
commit | a6e68d0343d420fc6ba90d424e2bdd17ffb3d228 (patch) | |
tree | 03d5d0bde7d716a696769042f4ae6c2b50551aae /lib/libXtst/configure.ac | |
parent | 77c23f591a4b1ea62cc1e3a3ddbeebe997429787 (diff) |
fix merge issues.
Diffstat (limited to 'lib/libXtst/configure.ac')
-rw-r--r-- | lib/libXtst/configure.ac | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/libXtst/configure.ac b/lib/libXtst/configure.ac index cf4314c04..c169598fe 100644 --- a/lib/libXtst/configure.ac +++ b/lib/libXtst/configure.ac @@ -53,12 +53,6 @@ LIBS="$XTST_LIBS" AC_CHECK_FUNCS([_XEatDataWords]) LIBS="$SAVE_LIBS" -# Check for _XEatDataWords function that may be patched into older Xlib release -SAVE_LIBS="$LIBS" -LIBS="$XTST_LIBS" -AC_CHECK_FUNCS([_XEatDataWords]) -LIBS="$SAVE_LIBS" - # Determine if the source for man pages is available # It may already be present (tarball) or can be generated using xmlto AM_CONDITIONAL([INSTALL_MANPAGES], |