summaryrefslogtreecommitdiff
path: root/gphoto-m4
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2021-10-12 21:37:30 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2021-10-12 22:04:45 +0200
commit94d9912e1ee0451a6001347885b27ac2df659e76 (patch)
treeb00a1f916afedce49b27f56da1c1e37d83339963 /gphoto-m4
parente7d64cb29ec8c28c3bbbf5a066ad3d6da31085a6 (diff)
downloadlibgphoto2-94d9912e1ee0451a6001347885b27ac2df659e76.tar.gz
Fix check output for DEFAULT_CAMLIBS and DEFAULT_IOLIBS
Fix the output configure prints about DEFAULT_CAMLIBS and DEFAULT_IOLIBS. This only affects the output configure prints, no actual config changes are happening.
Diffstat (limited to 'gphoto-m4')
-rw-r--r--gphoto-m4/gp-driverdir.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/gphoto-m4/gp-driverdir.m4 b/gphoto-m4/gp-driverdir.m4
index a706e3796..52895c085 100644
--- a/gphoto-m4/gp-driverdir.m4
+++ b/gphoto-m4/gp-driverdir.m4
@@ -61,9 +61,10 @@ AC_SUBST([$1])
AC_ARG_VAR([DEFAULT_][$2],
[default location to look for ][$3][ at runtime (if not given, use ${$1})])
+AC_MSG_CHECKING([default location to look for $3])
AS_VAR_IF([DEFAULT_][$2], [], [dnl
DEFAULT_$2="\${$1}"
- AC_MSG_RESULT([value of camlibdir (default)])
+ AC_MSG_RESULT([value of $1 (default)])
], [dnl
AC_MSG_RESULT([${DEFAULT_$2} (set explicitly)])
])