File tree Expand file tree Collapse file tree
src/amuse_simplex/support Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6039,12 +6039,12 @@ fi
60396039
60406040 LIBS=" $amuse_lib_qhull_save_libs "
60416041
6042- for ac_header in libqhull/libqhull .h
6042+ for ac_header in libqhull_r/libqhull_r .h
60436043do :
6044- ac_fn_cxx_check_header_compile " $LINENO " " libqhull/libqhull .h" " ac_cv_header_libqhull_libqhull_h " " $ac_includes_default "
6045- if test " x$ac_cv_header_libqhull_libqhull_h " = xyes
6044+ ac_fn_cxx_check_header_compile " $LINENO " " libqhull_r/libqhull_r .h" " ac_cv_header_libqhull_r_libqhull_r_h " " $ac_includes_default "
6045+ if test " x$ac_cv_header_libqhull_r_libqhull_r_h " = xyes
60466046then :
6047- printf " %s\n" " #define HAVE_LIBQHULL_LIBQHULL_H 1" >> confdefs.h
6047+ printf " %s\n" " #define HAVE_LIBQHULL_R_LIBQHULL_R_H 1" >> confdefs.h
60486048
60496049else $as_nop
60506050 FOUND_QHULL=" no"
Original file line number Diff line number Diff line change @@ -14789,12 +14789,12 @@ fi
1478914789
1479014790 LIBS=" $amuse_lib_qhull_save_libs "
1479114791
14792- for ac_header in libqhull/libqhull .h
14792+ for ac_header in libqhull_r/libqhull_r .h
1479314793do :
14794- ac_fn_c_check_header_compile " $LINENO " " libqhull/libqhull .h" " ac_cv_header_libqhull_libqhull_h " " $ac_includes_default "
14795- if test " x$ac_cv_header_libqhull_libqhull_h " = xyes
14794+ ac_fn_c_check_header_compile " $LINENO " " libqhull_r/libqhull_r .h" " ac_cv_header_libqhull_r_libqhull_r_h " " $ac_includes_default "
14795+ if test " x$ac_cv_header_libqhull_r_libqhull_r_h " = xyes
1479614796then :
14797- printf " %s\n" " #define HAVE_LIBQHULL_LIBQHULL_H 1" >> confdefs.h
14797+ printf " %s\n" " #define HAVE_LIBQHULL_R_LIBQHULL_R_H 1" >> confdefs.h
1479814798
1479914799else $as_nop
1480014800 FOUND_QHULL=" no"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ AC_DEFUN([AMUSE_LIB_QHULL], [
2222
2323 LIBS="$amuse_lib_qhull_save_libs"
2424
25- AC_CHECK_HEADERS ( [ libqhull/libqhull .h] , [ ] , [ FOUND_QHULL="no"] )
25+ AC_CHECK_HEADERS ( [ libqhull_r/libqhull_r .h] , [ ] , [ FOUND_QHULL="no"] )
2626
2727 AC_SUBST ( [ QHULL_LIBS] )
2828 AC_SUBST ( [ QHULL_FLAGS] )
You can’t perform that action at this time.
0 commit comments