LRN: Fix automake deps to allow -j* builds again
[oweals/gnunet.git] / src / util / test_configuration.c
index 77e33a586f085942a618737038103edce6e68867..365161e34f79eebdeae4637a7114e95518462bc8 100644 (file)
@@ -144,7 +144,7 @@ diffsCallBack (void *cls,
          cbData->section = section;
          printf ("\nSection: %s\n", section);
        }
-      printf ("%s = %s\n", option, abs_value);
+      printf ("%s = %s\n", option, value);
 #endif
     default:
       break;