summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorSimon Howard2009-10-04 04:21:40 +0000
committerSimon Howard2009-10-04 04:21:40 +0000
commit73cc6b5a6017a15b02ce3480e0e58d19520b31ba (patch)
tree2cfb81d4c43594ff0a0e9d530df6c99147d24318 /configure.in
parent073e710f685a10c2084f6c04fbc4fe7c87530d93 (diff)
downloadchocolate-doom-73cc6b5a6017a15b02ce3480e0e58d19520b31ba.tar.gz
chocolate-doom-73cc6b5a6017a15b02ce3480e0e58d19520b31ba.tar.bz2
chocolate-doom-73cc6b5a6017a15b02ce3480e0e58d19520b31ba.zip
Make OpenBSD native OPL backend work on x86_64 as well as i386.
Subversion-branch: /branches/opl-branch Subversion-revision: 1707
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index d8bad56e..1d1b3f3e 100644
--- a/configure.in
+++ b/configure.in
@@ -73,8 +73,10 @@ AC_SDL_MAIN_WORKAROUND([
AC_CHECK_FUNCS(mmap sched_setaffinity ioperm)
# OpenBSD I/O i386 library for I/O port access.
+ # (64 bit has the same thing with a different name!)
AC_CHECK_LIB(i386, i386_iopl)
+ AC_CHECK_LIB(amd64, amd64_iopl)
])
AC_CHECK_TOOL(WINDRES, windres, )