summaryrefslogtreecommitdiff
path: root/hints/posix-bc.sh
diff options
context:
space:
mode:
authorThomas Dorner <Thomas.Dorner@start.de>2001-03-08 09:43:28 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2001-03-08 13:41:30 +0000
commit538c41fbfff9c31ee1c8c40096f132b1ea496531 (patch)
treeb5657f24a67e3dd6f856ab1e9c1a401264da9f2a /hints/posix-bc.sh
parent4b96927b47f3dbe2ec6265b09ef2cc2077b013e4 (diff)
downloadperl-538c41fbfff9c31ee1c8c40096f132b1ea496531.tar.gz
Ooops, wrong 'no *POSIX' Patch
Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de> p4raw-id: //depot/perl@9081
Diffstat (limited to 'hints/posix-bc.sh')
-rw-r--r--hints/posix-bc.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/hints/posix-bc.sh b/hints/posix-bc.sh
index 6275233992..79742af02a 100644
--- a/hints/posix-bc.sh
+++ b/hints/posix-bc.sh
@@ -21,8 +21,8 @@ esac
# -D_XOPEN_SOURCE_EXTENDED alters system headers.
# Prepend your favorites with Configure -Dccflags=your_favorites
case "$ccflags" in
-'') ccflags='-K enum_long,llm_case_lower,llm_keep,no_integer_overflow -DPOSIX_BC -DUSE_PURE_BISON -D_XOPEN_SOURCE_EXTENDED' ;;
-*) ccflags='$ccflags -Kenum_long,llm_case_lower,llm_keep,no_integer_overflow -DPOSIX_BC -DUSE_PURE_BISON -D_XOPEN_SOURCE_EXTENDED' ;;
+'') ccflags='-K enum_long,llm_case_lower,llm_keep,no_integer_overflow -DPOSIX_BC -DUSE_PURE_BISON -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED' ;;
+*) ccflags='$ccflags -Kenum_long,llm_case_lower,llm_keep,no_integer_overflow -DPOSIX_BC -DUSE_PURE_BISON -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED' ;;
esac
# ccdlflags have yet to be determined.