23325e461a
several sample desklets are now installed by default ok pea@
21 lines
753 B
Plaintext
21 lines
753 B
Plaintext
$OpenBSD: patch-configure,v 1.2 2008/12/21 10:36:30 ajacoutot Exp $
|
|
--- configure.orig Fri Oct 31 09:53:24 2008
|
|
+++ configure Sat Dec 20 16:09:27 2008
|
|
@@ -20465,7 +20465,6 @@ echo "${ECHO_T}no" >&6; }
|
|
fi
|
|
|
|
|
|
-CFLAGS="-Os -g"
|
|
|
|
# Check whether --enable-debug was given.
|
|
if test "${enable_debug+set}" = set; then
|
|
@@ -20694,7 +20693,7 @@ echo "${ECHO_T}$am_cv_python_pyexecdir" >&6; }
|
|
fi
|
|
|
|
|
|
-PYTHON_PREFIX=`python -c "import sys; print sys.prefix"`
|
|
+PYTHON_PREFIX=`$PYTHON -c "import sys; print sys.prefix"`
|
|
PYTHON_CFLAGS="-I$PYTHON_PREFIX/include/python$PYTHON_VERSION"
|
|
as_ac_Header=`echo "ac_cv_header_$PYTHON_PREFIX/include/python$PYTHON_VERSION/Python.h" | $as_tr_sh`
|
|
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
|