]> granicus.if.org Git - gc/commitdiff
Improve detection of internal libatomic_ops (configure)
authorIvan Maidanski <ivmai@mail.ru>
Mon, 29 May 2017 07:22:39 +0000 (10:22 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 30 May 2017 13:29:29 +0000 (16:29 +0300)
* configure.ac [with_libatomic_ops=no]: Check presence of
libatomic_ops/src/atomic_ops.h file instead of libatomic_ops/src
folder.

configure.ac

index 8c6c837ae166e1e2040fcd4dac4ea4eee70a47e5..70ff263efc7af6206b0687475bfaaa8fe40e34b0 100644 (file)
@@ -955,7 +955,8 @@ AS_IF([test x$missing_libatomic_ops = xtrue ],
 
 # If we have neither an external or an internal version, offer a useful hint
 # and exit.
-AS_IF([test x"$with_libatomic_ops" = xno -a ! -e "$srcdir/libatomic_ops"],
+AS_IF([test x"$with_libatomic_ops" = xno \
+            -a ! -e "$srcdir/libatomic_ops/src/atomic_ops.h"],
   [ AC_MSG_ERROR([libatomic_ops is required.  You can either install it on
                   your system, or fetch and unpack a recent version into the
                   source directory and link or rename it to libatomic_ops.]) ])