build: Add a missing bracket in configure.ac
authorPhilip Withnall <philip@tecnocode.co.uk>
Tue, 1 Jan 2013 17:45:22 +0000 (17:45 +0000)
committerPhilip Withnall <philip@tecnocode.co.uk>
Tue, 1 Jan 2013 17:49:07 +0000 (17:49 +0000)
configure.ac

index aadec2e..13e16e0 100644 (file)
@@ -391,7 +391,7 @@ AS_IF([test x$enable_eds_backend = xyes], [
   EDS_BACKEND_UNINST_PATH='$(BACKEND_EDS)'
   BACKEND_UNINST_PATH="$BACKEND_UNINST_PATH:$EDS_BACKEND_UNINST_PATH"
 ])
-AS_IF([test x$enable_ofono_backend = xyes], 
+AS_IF([test x$enable_ofono_backend = xyes], [
   OFONO_BACKEND_UNINST_PATH='$(BACKEND_OFONO)'
   BACKEND_UNINST_PATH="$BACKEND_UNINST_PATH:$OFONO_BACKEND_UNINST_PATH"
 ])