diff options
Diffstat (limited to 'hints/next_3.sh')
-rw-r--r-- | hints/next_3.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/next_3.sh b/hints/next_3.sh index 1a174b8d54..27c9bd9877 100644 --- a/hints/next_3.sh +++ b/hints/next_3.sh @@ -47,7 +47,7 @@ # use the following two lines if you have perl5.003_22 or better and # do not encounter intermittent core dumps. -ccflags='-DUSE_NEXT_CTYPE' +ccflags="$ccflags -DUSE_NEXT_CTYPE" usemymalloc='n' ###################################################################### |