summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-07-12 22:06:05 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-07-12 22:06:05 +0000
commita3f9223b8714edf9abd00efc3fc8a087202f1e98 (patch)
tree864e80e1bc17b9b6822075f787db1998df1cf778 /Configure
parent8bdb6b785a3cb52035ddc04a87c7205d48a625a6 (diff)
downloadperl-a3f9223b8714edf9abd00efc3fc8a087202f1e98.tar.gz
small tweaks from Jarkko Hietaniemi <jhi@cc.hut.fi>
p4raw-id: //depot/perl@1457
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configure b/Configure
index 938b4fbf92..8a06f643d9 100755
--- a/Configure
+++ b/Configure
@@ -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"