corrected misspelled FP environment

This commit is contained in:
Aleksandar Fabijanic 2012-07-10 00:51:54 +00:00
parent 95c3e8871e
commit 88c9eb9b6e

4
configure vendored
View File

@ -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" ;;