plugins: Do not compare expression against NULL
[platform/upstream/neard.git] / bootstrap-configure
index 7d35d71..4e705bc 100755 (executable)
@@ -7,4 +7,6 @@ fi
 ./bootstrap && \
     ./configure --enable-maintainer-mode \
                --enable-debug \
-               --prefix=/usr $*
+               --prefix=/usr \
+               --sysconfdir=/etc \
+               --enable-tools $*