diff options
author | ewt <devnull@localhost> | 1997-06-17 14:49:07 +0000 |
---|---|---|
committer | ewt <devnull@localhost> | 1997-06-17 14:49:07 +0000 |
commit | aaecdd0b19cab6eb1ef040d82b10a6796b337875 (patch) | |
tree | 1a0a997e269f3cbfd0d0b457c04e1109279ddac3 /misc | |
parent | 8cef38026eb38e668bb12f0b04f3c9b1f3c434eb (diff) | |
download | librpm-tizen-aaecdd0b19cab6eb1ef040d82b10a6796b337875.tar.gz librpm-tizen-aaecdd0b19cab6eb1ef040d82b10a6796b337875.tar.bz2 librpm-tizen-aaecdd0b19cab6eb1ef040d82b10a6796b337875.zip |
Fixed mntctl() checking
CVS patchset: 1690
CVS date: 1997/06/17 14:49:07
Diffstat (limited to 'misc')
-rw-r--r-- | misc/miscfn.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/miscfn.h b/misc/miscfn.h index b94332118..dc6cbcd1b 100644 --- a/misc/miscfn.h +++ b/misc/miscfn.h @@ -84,8 +84,8 @@ extern void *myrealloc(void *, size_t); # define GETMNTENT_TWO 1 # define our_mntent struct mnttab # define our_mntdir mnt_mountp -#else -# error Neither mntent.h nor mnttab.h exists. I cannot build on this system. +#else if !HAVE_MNTCTL +# error Neither mntent.h, mnttab.h, or mntctl() exists. I cannot build on this system. #endif #ifndef MOUNTED |