]> git.pld-linux.org Git - packages/linux-gpib.git/blob - linux-gpib-guile3.patch
- up to 4.3.6
[packages/linux-gpib.git] / linux-gpib-guile3.patch
1 --- linux-gpib-user-4.3.4/configure.ac~ 2022-03-26 10:55:11.000000000 +0100
2 +++ linux-gpib-user-4.3.4/configure.ac  2022-03-26 10:57:43.364009520 +0100
3 @@ -106,11 +106,12 @@
4  
5  dnl Checks for libraries.
6  if test "$BIND_GUILE" = "yes"; then
7 +AC_CHECK_LIB([guile-3.0],[scm_c_define],[:],[
8  AC_CHECK_LIB([guile-2.2],[scm_c_define],[:],[
9  AC_CHECK_LIB([guile-2.0],[scm_c_define],[:],[
10  AC_CHECK_LIB([guile],[gh_define],[echo this prevents default actions from occurring > /dev/null],
11         [BIND_GUILE="no";AC_MSG_NOTICE([libguile not found, disabling guile binding])],[])
12 -])])
13 +])])])
14  fi
15  
16  AC_CHECK_LIB([readline], [readline], 
This page took 0.398464 seconds and 3 git commands to generate.