summaryrefslogtreecommitdiff
path: root/libgphoto2_port
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2021-11-13 23:47:24 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2021-11-14 13:15:28 +0100
commit88b6c0dc26795473aa1cc5a28c57dc38d8885759 (patch)
tree2b8ab4f722b7fa4158cef89e7a3815d5db3076e7 /libgphoto2_port
parent44cf70907f6fc80d9feeffcce0109c8e11e50723 (diff)
downloadlibgphoto2-88b6c0dc26795473aa1cc5a28c57dc38d8885759.tar.gz
remove whitespace around AS_HELP_STRING options
Remove whitespace in `configure --help` before and after --without-* and --disable-*.
Diffstat (limited to 'libgphoto2_port')
-rw-r--r--libgphoto2_port/configure.ac2
-rw-r--r--libgphoto2_port/gphoto-m4/gp-libjpeg.m48
2 files changed, 5 insertions, 5 deletions
diff --git a/libgphoto2_port/configure.ac b/libgphoto2_port/configure.ac
index a20ab95ee..ba4188225 100644
--- a/libgphoto2_port/configure.ac
+++ b/libgphoto2_port/configure.ac
@@ -299,7 +299,7 @@ AC_DEFUN([GP_SERLOCK],[dnl
# $0([$1])
AC_ARG_ENABLE([$1],
[AS_HELP_STRING([--disable-][$1],
- [do not use ][$1][ library])
+ [do not use ][$1][ library])dnl
], [dnl
if test x$enableval = xno; then
try_[$1]=false
diff --git a/libgphoto2_port/gphoto-m4/gp-libjpeg.m4 b/libgphoto2_port/gphoto-m4/gp-libjpeg.m4
index 841fd0af3..e707408d1 100644
--- a/libgphoto2_port/gphoto-m4/gp-libjpeg.m4
+++ b/libgphoto2_port/gphoto-m4/gp-libjpeg.m4
@@ -21,10 +21,10 @@ dnl
AC_DEFUN([GP_LIBJPEG], [dnl
dnl
AC_MSG_CHECKING([whether to build with libjpeg])
-AC_ARG_WITH([jpeg], [dnl
- AS_HELP_STRING([--without-jpeg],
- [Build without libjpeg (default: with libjpeg)])
-], [dnl just keep the with-jpeg however it is given
+AC_ARG_WITH([jpeg],
+ [AS_HELP_STRING([--without-jpeg],
+ [Build without libjpeg (default: with libjpeg)])],
+ [dnl just keep the with-jpeg however it is given
AS_VAR_IF([with_jpeg], [no], [], [dnl
AC_MSG_ERROR([
Unhandled value given to --with-jpeg / --without-jpeg: '$with_jpeg'