diff options
author | H. Peter Anvin <hpa@zytor.com> | 1998-04-02 05:35:48 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 1998-04-02 05:35:48 +0000 |
commit | 37f630a44389febaac421b2c3d3a96bc3b916a51 (patch) | |
tree | 2c8d484e30d3a05f6fa12f1c6b5882667107f62c /configure.in | |
parent | 862e693ff5ff45c91dc2d16eccff7e7272fde22b (diff) | |
download | autofs3-37f630a44389febaac421b2c3d3a96bc3b916a51.tar.gz autofs3-37f630a44389febaac421b2c3d3a96bc3b916a51.tar.xz autofs3-37f630a44389febaac421b2c3d3a96bc3b916a51.zip |
Don't need eject for now.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 2280379..175b783 100644 --- a/configure.in +++ b/configure.in @@ -39,7 +39,6 @@ AF_PATH_INCLUDE(UMOUNT, umount, /bin/umount, $searchpath) AF_PATH_INCLUDE(E2FSCK, fsck.ext2 e2fsck, , $searchpath) AF_PATH_INCLUDE(SMBMOUNT, smbmount, , $searchpath) AC_SUBST(HAVE_SMBMOUNT) -AF_PATH_INCLUDE(EJECT, eject, , $searchpath) # # Newer mounts have the -s (sloppy) option to ignore unknown options, |