diff options
author | Kevin E Martin <kem@redhat.com> | 2005-12-02 02:16:08 +0000 |
---|---|---|
committer | Kevin E Martin <kem@redhat.com> | 2005-12-02 02:16:08 +0000 |
commit | c50cd5a7f5af7d45550f25f173b512eb89bf41c5 (patch) | |
tree | 847025b3fa92982e21600b1fbdd09386562523ec /configure.ac | |
parent | da2c00c0e85a284e3fbd237f3a77212f9647da37 (diff) |
Remove extraneous AC_MSG_RESULT.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 16d37c4f..03089c79 100644 --- a/configure.ac +++ b/configure.ac @@ -61,7 +61,6 @@ XORG_DRIVER_CHECK_EXT(DPMSExtension, xextproto) # Checks for pkg-config packages PKG_CHECK_MODULES(XORG, [xorg-server xproto xvmc fontsproto $REQUIRED_MODULES]) -AC_MSG_RESULT([yes]) sdkdir=$(pkg-config --variable=sdkdir xorg-server) # Checks for libraries. |