tag: Do not unref a NULL write message
[platform/upstream/neard.git] / bootstrap-configure
index 0339672..4e705bc 100755 (executable)
@@ -7,5 +7,6 @@ fi
 ./bootstrap && \
     ./configure --enable-maintainer-mode \
                --enable-debug \
-               --enable-nfctype2=builtin \
-               --prefix=/usr $*
+               --prefix=/usr \
+               --sysconfdir=/etc \
+               --enable-tools $*