summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2020-02-17 06:53:54 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2020-02-17 06:53:54 +0100
commit07aabf6b5565fd15ca863a3e41f418af9457b398 (patch)
tree7cb7dbaea0c877bcc721267e6d9a54d6353e1f42
parentcb4985acada51bd9bfe4e2cc9ff399d75fee9990 (diff)
downloadlibgphoto2-07aabf6b5565fd15ca863a3e41f418af9457b398.tar.gz
Still trying
-rw-r--r--configure.ac10
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 255088981..e03075c5f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -602,7 +602,17 @@ dnl a file.
dnl libexif is available from
dnl http://www.sourceforge.net/projects/libexif
dnl ---------------------------------------------------------------------------
+$as_echo "CHECKPOINT A"
+pkg-config --short-errors --print-errors --cflags --libs "libexif >= 0.6.13"
+$as_echo "CHECKPOINT B"
+pkg-config --short-errors --print-errors --cflags --libs "libexif >= 0.6.13" 2>&1
+$as_echo "CHECKPOINT C"
+LIBEXIF_PKG_ERRORS="$(pkg-config --short-errors --print-errors --cflags --libs "libexif >= 0.6.13" 2>&1)"
+$as_echo "CHECKPOINT D"
+AC_MSG_CHECKING([test def of LIBEXIF_PKG_ERRORS])
+AC_MSG_RESULT([${LIBEXIF_PKG_ERRORS}])
LIBEXIF_PKG_ERRORS=`pkg-config --short-errors --print-errors --cflags --libs "libexif >= 0.6.13" 2>&1`
+$as_echo "CHECKPOINT E"
AC_MSG_CHECKING([test def of LIBEXIF_PKG_ERRORS])
AC_MSG_RESULT([${LIBEXIF_PKG_ERRORS}])