Skip to content

Commit 4d69c5c

Browse files
author
Matthias Koeppe
committed
m4/sage_python_package_check.m4: Add another dnl
1 parent 99bb7b3 commit 4d69c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

m4/sage_python_package_check.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ AC_DEFUN([WITH_SAGE_PYTHONUSERBASE], [dnl
127127
dnl user points PYTHONUSERBASE to any path (even the default), then
128128
dnl his local pip packages will be detected.
129129
PYTHONUSERBASE_SAVED="${PYTHONUSERBASE}"
130-
AS_IF([test -z "${PYTHONUSERBASE}"], [
130+
AS_IF([test -z "${PYTHONUSERBASE}"], [dnl
131131
PYTHONUSERBASE="${HOME}/.sage/local"
132132
export PYTHONUSERBASE
133133
])

0 commit comments

Comments
 (0)