xserver: Check the right HAVE_*_CONFIG_H.

Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Eric Anholt 2017-03-22 15:11:33 -07:00 committed by Adam Jackson
parent 190c2adf4a
commit 2da405759f
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
*
*/
#ifdef HAVE_CONFIG_H
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif

View File

@ -24,7 +24,7 @@
* SOFTWARE.
*/
#ifdef HAVE_CONFIG_H
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif