diff options
author | Keith Packard <keithp@keithp.com> | 2006-02-14 16:33:38 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2006-02-14 16:33:38 +0000 |
commit | 21ce0f2bab1743ed15474ba1468286d6782bf781 (patch) | |
tree | af0f415ffac6a50f3be4df5bbb27cdbe37799ccf /x11perf.h | |
parent | 32393ee83c8ad63dbb54aab709cdd4dc5802a74c (diff) |
Split detection of Xrender and Xft. Add detection of MIT-SHM. Clean up
CFLAGS in Makefile.am
Diffstat (limited to 'x11perf.h')
-rw-r--r-- | x11perf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ SOFTWARE. ******************************************************************************/ /* $XFree86: xc/programs/x11perf/x11perf.h,v 3.4 2001/07/25 15:05:16 dawes Exp $ */ -#ifdef HAVE_CONFIG_H +#if HAVE_CONFIG_H #include "config.h" #endif |