Skip to content

Commit 74b539d

Browse files
martin-rueeggbehlendorf
authored andcommitted
pyzfs: Update ax_python_devel.m4 to serial 37
Fixes an obvious typo, where a variable was missing the required leading dollar sign ($) Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Martin Rüegg <[email protected]> Closes #17480
1 parent 024e60b commit 74b539d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/ax_python_devel.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
# modified version of the Autoconf Macro, you may extend this special
7373
# exception to the GPL to apply to your modified version as well.
7474

75-
#serial 36
75+
#serial 37
7676

7777
AU_ALIAS([AC_PYTHON_DEVEL], [AX_PYTHON_DEVEL])
7878
AC_DEFUN([AX_PYTHON_DEVEL],[
@@ -316,7 +316,7 @@ EOD`
316316
PYTHON_LIBS="-L$ac_python_libdir -lpython$ac_python_version"
317317
fi
318318
319-
if test -z "PYTHON_LIBS"; then
319+
if test -z "$PYTHON_LIBS"; then
320320
AC_MSG_WARN([
321321
Cannot determine location of your Python DSO. Please check it was installed with
322322
dynamic libraries enabled, or try setting PYTHON_LIBS by hand.

0 commit comments

Comments
 (0)