mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-14 02:57:45 +01:00
corrected misspelled FP environment
This commit is contained in:
parent
95c3e8871e
commit
88c9eb9b6e
4
configure
vendored
4
configure
vendored
@ -143,8 +143,8 @@ while [ $# -ge 1 ]; do
|
|||||||
--no-wstring)
|
--no-wstring)
|
||||||
flags="$flags -DPOCO_NO_WSTRING" ;;
|
flags="$flags -DPOCO_NO_WSTRING" ;;
|
||||||
|
|
||||||
--no-fpevnironment)
|
--no-fpenvironment)
|
||||||
flags="$flags -DPOCO_NO_PFENVIRONMENT" ;;
|
flags="$flags -DPOCO_NO_FPENVIRONMENT" ;;
|
||||||
|
|
||||||
--no-sharedmemory)
|
--no-sharedmemory)
|
||||||
flags="$flags -DPOCO_NO_SHAREDMEMORY" ;;
|
flags="$flags -DPOCO_NO_SHAREDMEMORY" ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user