Commit 4d2a1b46 authored by Gildas Bazin's avatar Gildas Bazin

  * configure.in was broken for win32
parent 3328bef8
This diff is collapsed.
......@@ -530,21 +530,6 @@ AC_CHECK_HEADERS(sys/ioctl.h,[
])
dnl
dnl Check the operating system
dnl
case ${target_os} in
bsdi*)
SYS=bsdi
;;
darwin*)
SYS=darwin
;;
*)
SYS=${target_os}
;;
esac
dnl
dnl Special arch tuning
dnl
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment