diff options
author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2008-12-13 04:20:20 -0200 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2008-12-13 04:20:20 -0200 |
commit | 695a6066cfe7ad0e568edc596b8704bb9bf8754f (patch) | |
tree | 2b71110c23ab5af3aed913e4aa965cecb6c6a633 /configure.ac | |
parent | 191cbd3f8419cc5b428f262607d7a8594e574f67 (diff) |
Janitor/maintenance patches.
o Define HAVE_XMODES in config.h.
o Correct the LEAVE() macro declaration when SMI_DEBUG is defined.
o Remove prototype for SMI_DGAInit() if HAVE_XMODES is not defined.
o Properly scale value read from sm501 CURRENT_CLOCK register, to
print an appropriate message on startup.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a42c14a..c157792 100644 --- a/configure.ac +++ b/configure.ac @@ -78,7 +78,7 @@ AM_CONDITIONAL(XSERVER_LIBPCIACCESS, test "x$XSERVER_LIBPCIACCESS" = xyes) AM_CONDITIONAL(XMODES, test "x$XMODES" = xyes) if test "x$XMODES" = xyes; then - XORG_CFLAGS="$XORG_CFLAGS -DHAVE_XMODES" + AC_DEFINE(HAVE_XMODES, 1, [X server has new mode code]) fi AC_SUBST([XORG_CFLAGS]) |