index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2011-12-25 19:58:31 +1000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-12-28 22:32:22 -0600 |
commit | b264fb9e9ddcc31dc8782390309421965e507383 (patch) | |
tree | c65f39987e25cc7552e0282d8b0ad125a88624ff /configure.ac | |
parent | 1b461374264abd62c54133e544dedd5feb866043 (diff) |
-rw-r--r-- | configure.ac | 1 |
diff --git a/configure.ac b/configure.ac index fb1e0b3d..6941054f 100644 --- a/configure.ac +++ b/configure.ac @@ -245,7 +245,6 @@ 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(SIZECMD) AC_SUBST(SEDINPLACE) AC_SUBST(STRIP_BINARIES) |