Fix invalid TRACE setting in print version
[src/app-framework-binder.git] / src / afb-args.c
index ed14a73..6036074 100644 (file)
@@ -366,7 +366,7 @@ static void printVersion(FILE * file)
 #endif
                "HOOK "
 
-#if WITH_TRACE
+#if WITH_AFB_TRACE
                "+"
 #else
                "-"