mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:43:02 +01:00
Fixed libatomic_ops detection. This should help with linux/hppa build
This commit is contained in:
parent
c28295d91e
commit
492962e177
@ -673,7 +673,7 @@ AC_SEARCH_LIBS(inet_aton, resolv)
|
||||
dnl HP-UX atomic routines are in atomic library, not standard C library.
|
||||
dnl If we can't find atomic routines in vendor library, look for atomic_ops.
|
||||
AC_SEARCH_LIBS(atomic_inc, atomic,,
|
||||
AC_SEARCH_LIBS(main, atomic_ops))
|
||||
AC_CHECK_LIB(atomic_ops, main))
|
||||
|
||||
|
||||
dnl Check for libraries for static C++ runtime linking
|
||||
|
Loading…
Reference in New Issue
Block a user