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