Commit 7a37e5db authored by Kevin E Martin's avatar Kevin E Martin
Browse files

Remove extraneous AC_MSG_RESULT.

parent 4635b198
2005-12-01 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Remove extraneous AC_MSG_RESULT.
2005-11-29 Adam Jackson <ajax@freedesktop.org> 2005-11-29 Adam Jackson <ajax@freedesktop.org>
* configure.ac: * configure.ac:
......
...@@ -54,7 +54,6 @@ XORG_DRIVER_CHECK_EXT(XV, videoproto) ...@@ -54,7 +54,6 @@ XORG_DRIVER_CHECK_EXT(XV, videoproto)
# Checks for pkg-config packages # Checks for pkg-config packages
PKG_CHECK_MODULES(XORG, [xorg-server xproto fontsproto $REQUIRED_MODULES]) PKG_CHECK_MODULES(XORG, [xorg-server xproto fontsproto $REQUIRED_MODULES])
AC_MSG_RESULT([yes])
sdkdir=$(pkg-config --variable=sdkdir xorg-server) sdkdir=$(pkg-config --variable=sdkdir xorg-server)
# Checks for libraries. # Checks for libraries.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment