Index: eztrace-1.1-7/configure.ac
===================================================================
--- eztrace-1.1-7.orig/configure.ac
+++ eztrace-1.1-7/configure.ac
@@ -261,10 +261,12 @@ if test "x$use_pptrace" = xyes; then
 	   binary_instrumentation=yes
 	else
 	   AC_MSG_WARN([The target OS is not supported by pptrace. The instrumentation will be limited to shared libraries])
+	   use_pptrace=no
 	   binary_instrumentation=no
 	fi
     else
 	AC_MSG_WARN([The target architecture is not supported by pptrace. The instrumentation will be limited to shared libraries])
+	use_pptrace=no
 	binary_instrumentation=no
     fi
 
