summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2012-12-16 13:03:51 +0100
committerAllan McRae <allan@archlinux.org>2013-01-03 03:03:10 +0100
commit5aaf5bcf830cb808de2484c0f3860a22a21a79b4 (patch)
tree035436cbdc635bf1acc3c06dd8ce3bcc0d218df2 /configure.ac
parent23f93118d05ff9219fa22b58a54e0f7d2c54ad86 (diff)
downloadpacman-5aaf5bcf830cb808de2484c0f3860a22a21a79b4.tar.gz
pacman-5aaf5bcf830cb808de2484c0f3860a22a21a79b4.tar.xz
Remove Cygwin support
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index faa0792f..122f3876 100644
--- a/configure.ac
+++ b/configure.ac
@@ -309,10 +309,6 @@ case "${host_os}" in
SIZECMD="stat -f %z"
SEDINPLACE="sed -i \"\""
;;
- cygwin*)
- host_os_cygwin=yes
- AC_DEFINE([CYGWIN], [1], [Define if host OS is cygwin])
- ;;
darwin*)
host_os_darwin=yes
INODECMD="/usr/bin/stat -f '%i %n'"
@@ -324,7 +320,6 @@ case "${host_os}" in
;;
esac
-AM_CONDITIONAL([CYGWIN], test "x$host_os_cygwin" = "xyes")
AM_CONDITIONAL([DARWIN], test "x$host_os_darwin" = "xyes")
AC_PATH_PROGS([DUPATH], [du], [du], [/usr/bin$PATH_SEPARATOR/bin] )
AC_SUBST(INODECMD)