]> git.pld-linux.org Git - packages/OpenIPMI.git/blob - OpenIPMI-popt.patch
- 'without gui' bcond fix
[packages/OpenIPMI.git] / OpenIPMI-popt.patch
1 diff -urN OpenIPMI-2.0.14/configure.in OpenIPMI-2.0.14.new/configure.in
2 --- OpenIPMI-2.0.14/configure.in        2008-07-10 23:14:19.944597596 +0200
3 +++ OpenIPMI-2.0.14.new/configure.in    2008-07-11 00:34:35.014532858 +0200
4 @@ -289,7 +289,7 @@
5  fi
6  
7  if test "x$POPTLIBS" = "x"; then
8 -   AC_CHECK_LIB(popt, poptHelpOptions, POPTLIBS=-lpopt)
9 +   AC_CHECK_LIB(popt, poptGetContext, POPTLIBS=-lpopt)
10     if test "x$POPTLIBS" = ""; then
11        echo "Could not find the popt library"
12        exit 1
This page took 0.093592 seconds and 3 git commands to generate.