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/libdmx/configure.ac | |
parent | 77c23f591a4b1ea62cc1e3a3ddbeebe997429787 (diff) |
fix merge issues.
Diffstat (limited to 'lib/libdmx/configure.ac')
-rw-r--r-- | lib/libdmx/configure.ac | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/libdmx/configure.ac b/lib/libdmx/configure.ac index 47f511e23..56805cef9 100644 --- a/lib/libdmx/configure.ac +++ b/lib/libdmx/configure.ac @@ -50,13 +50,6 @@ AC_CHECK_FUNCS([_XEatDataWords]) LIBS="$SAVE_LIBS" -# Check for _XEatDataWords function that may be patched into older Xlib releases -SAVE_LIBS="$LIBS" -LIBS="$DMX_LIBS" -AC_CHECK_FUNCS([_XEatDataWords]) -LIBS="$SAVE_LIBS" - - AC_CONFIG_FILES([Makefile src/Makefile man/Makefile |