diff options
Diffstat (limited to 'hints/unicos.sh')
-rw-r--r-- | hints/unicos.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hints/unicos.sh b/hints/unicos.sh index 6c431293c6..272cb9b5d6 100644 --- a/hints/unicos.sh +++ b/hints/unicos.sh @@ -7,7 +7,3 @@ libswanted=m d_setregid='undef' d_setreuid='undef' -# Pick up dbm.h in <rpcsvc/dbm.h> -if test -f /usr/include/rpcsvc/dbm.h; then - ccflags="$ccflags -I/usr/include/rpcsvc" -fi |