diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-12 22:06:05 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-12 22:06:05 +0000 |
commit | a3f9223b8714edf9abd00efc3fc8a087202f1e98 (patch) | |
tree | 864e80e1bc17b9b6822075f787db1998df1cf778 /Configure | |
parent | 8bdb6b785a3cb52035ddc04a87c7205d48a625a6 (diff) | |
download | perl-a3f9223b8714edf9abd00efc3fc8a087202f1e98.tar.gz |
small tweaks from Jarkko Hietaniemi <jhi@cc.hut.fi>
p4raw-id: //depot/perl@1457
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11133,8 +11133,8 @@ for xxx in $known_extensions ; do esac ;; IPC/SysV|ipc/sysv) - case "$d_sem" in - $define) avail_ext="$avail_ext $xxx" ;; + case "${d_msg}${d_sem}${d_shm}" in + *"${define}"*) avail_ext="$avail_ext $xxx" ;; esac ;; *) avail_ext="$avail_ext $xxx" |