diff options
Diffstat (limited to 'hints/unicos.sh')
-rw-r--r-- | hints/unicos.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hints/unicos.sh b/hints/unicos.sh index ab0203bec6..7ffd73fbcc 100644 --- a/hints/unicos.sh +++ b/hints/unicos.sh @@ -14,3 +14,5 @@ case "$usemymalloc" in usemymalloc='n' ;; esac +# Configure gets fooled for some reason. There is no getpgid(). +d_getpgid='undef' |