Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
autoconf: remove few redundant semicolons
author
Stefano Lattarini
<stefano.lattarini@gmail.com>
Thu, 19 Jul 2012 07:49:59 +0000
(09:49 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 19 Jul 2012 17:30:26 +0000
(10:30 -0700)
They are merely useless now, but would get in the way of future changes.
No semantic change is intended.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
configure.ac
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
7f8cf48
)
diff --git
a/configure.ac
b/configure.ac
index 200776f2088b84f356e55134b55754915f6c51a3..b453ba5eb9d299d9539343703c0b021f0b9150f2 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-203,7
+203,7
@@
AC_ARG_ENABLE([jsmin],
[
JSMIN=$enableval;
AC_MSG_NOTICE([Setting JSMIN to '$JSMIN' to enable JavaScript minifying])
- GIT_CONF_SUBST([JSMIN], [$enableval])
;
+ GIT_CONF_SUBST([JSMIN], [$enableval])
])
# Define option to enable CSS minification
@@
-213,7
+213,7
@@
AC_ARG_ENABLE([cssmin],
[
CSSMIN=$enableval;
AC_MSG_NOTICE([Setting CSSMIN to '$CSSMIN' to enable CSS minifying])
- GIT_CONF_SUBST([CSSMIN], [$enableval])
;
+ GIT_CONF_SUBST([CSSMIN], [$enableval])
])
## Site configuration (override autodetection)