From 88c9eb9b6e32174d4b9e82ffcf9bc97313d52afe Mon Sep 17 00:00:00 2001 From: Aleksandar Fabijanic Date: Tue, 10 Jul 2012 00:51:54 +0000 Subject: [PATCH] corrected misspelled FP environment --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 8bcd39f21..0c48909f7 100755 --- a/configure +++ b/configure @@ -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" ;;