diff options
Diffstat (limited to 'hints/epix.sh')
-rw-r--r-- | hints/epix.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/epix.sh b/hints/epix.sh index 86ddf9a71f..14326b544f 100644 --- a/hints/epix.sh +++ b/hints/epix.sh @@ -31,7 +31,7 @@ libc='/svr4/usr/lib/libc.a' glibpth="/svr4/usr/lib /svr4/usr/lib/cmplrs/cc /usr/ccs/lib /svr4/lib /svr4/usr/ucblib $glibpth" osname='epix2' archname='epix2' -d_suidsafe='define' # "./Configure -d" can't figure this out easilly +d_suidsafe='define' # "./Configure -d" can't figure this out easily d_flock='undef' # Old version had this, but I'm not sure why since the old version |