summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2007-09-08 01:21:47 +0100
committerRichard Hughes <richard@hughsie.com>2007-09-08 01:21:47 +0100
commitf91b89193b0a4603160257858a97c8dca6437cdc (patch)
tree60f953c8b3b6506e11665eb0fcd6a08a97c13122 /tools
parent8accd01eb434f743b8e2f1bb92aff70e207ac9d3 (diff)
get DefaultBackend from the config file
Diffstat (limited to 'tools')
-rwxr-xr-xtools/backend-change.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/backend-change.sh b/tools/backend-change.sh
index 4c0338fd..64f37054 100755
--- a/tools/backend-change.sh
+++ b/tools/backend-change.sh
@@ -1,5 +1,5 @@
make clean
-./autogen.sh --prefix=/home/hughsie/.root --with-backend=$1 --enable-tests
+./autogen.sh --prefix=/home/hughsie/.root --with-default-backend=$1 --enable-tests
make
make install