Skip to content

Commit

Permalink
AC_MSG_RESULT output requires AC_MSG_CHECKING before
Browse files Browse the repository at this point in the history
  • Loading branch information
ndim committed Sep 19, 2024
1 parent 1759368 commit 8158d7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libgphoto2_port/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ GP_CHECK_LIBRARY([LIBUSB1],[libusb-1.0],[>= 1.0.0],
save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS $LIBUSB1_CFLAGS"
AC_MSG_CHECKING([whether we have LIBUSB_OPTION_NO_DEVICE_DISCOVERY])
AC_COMPILE_IFELSE([dnl
AC_LANG_PROGRAM([[
# include "libusb.h"
Expand Down

0 comments on commit 8158d7b

Please sign in to comment.