Don't hard-code -DUSE_DEV_IO here. configure generates the proper OS
specific values here.
This commit is contained in:
parent
b56a1513d2
commit
82cbd2ee0d
|
@ -49,7 +49,7 @@ ARCH_SOURCES = \
|
|||
endif
|
||||
|
||||
# FIXME: NetBSD Aperture defines (configure.ac)
|
||||
AM_CFLAGS = -DUSESTDRES -DUSE_DEV_IO $(XORG_CFLAGS) @SERVER_DEFINES@ @LOADER_DEFINES@
|
||||
AM_CFLAGS = -DUSESTDRES $(XORG_CFLAGS) @SERVER_DEFINES@ @LOADER_DEFINES@
|
||||
|
||||
INCLUDES = $(XORG_INCS)
|
||||
|
||||
|
|
Loading…
Reference in New Issue