mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 10:13:51 +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)
|
||||
flags="$flags -DPOCO_NO_WSTRING" ;;
|
||||
|
||||
--no-fpevnironment)
|
||||
flags="$flags -DPOCO_NO_PFENVIRONMENT" ;;
|
||||
--no-fpenvironment)
|
||||
flags="$flags -DPOCO_NO_FPENVIRONMENT" ;;
|
||||
|
||||
--no-sharedmemory)
|
||||
flags="$flags -DPOCO_NO_SHAREDMEMORY" ;;
|
||||
|
Loading…
Reference in New Issue
Block a user