Skip to content

Commit

Permalink
minor configure fix
Browse files Browse the repository at this point in the history
  • Loading branch information
David Nichols committed Jul 31, 2021
1 parent 5576e9d commit 2bd7260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -519,9 +519,9 @@ find_qore() {
return
fi

AC_MSG_CHECKING([for qore include files])
AC_MSG_CHECKING([for qore include files in $a])
# try to find include files
if test "$a" = "/"; then
if test "$a" = "/" -o -z "$a" ; then
inc=/usr/include
else
inc=$a/include
Expand Down

0 comments on commit 2bd7260

Please sign in to comment.