Fixed the configure apple-ieee to apple_ieee.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@171 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
20
install/gtk/configure
vendored
20
install/gtk/configure
vendored
@@ -36,7 +36,7 @@ ac_help="$ac_help
|
|||||||
ac_help="$ac_help
|
ac_help="$ac_help
|
||||||
**--with-opengl use opengl (OpenGL or Mesa)"
|
**--with-opengl use opengl (OpenGL or Mesa)"
|
||||||
ac_help="$ac_help
|
ac_help="$ac_help
|
||||||
**--with-apple-ieee use the Apple IEEE codec"
|
**--with_apple_ieee use the Apple IEEE codec"
|
||||||
ac_help="$ac_help
|
ac_help="$ac_help
|
||||||
**--with-storable use storable classes"
|
**--with-storable use storable classes"
|
||||||
ac_help="$ac_help
|
ac_help="$ac_help
|
||||||
@@ -4739,15 +4739,15 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
echo $ac_n "checking "for apple-ieee"""... $ac_c" 1>&6
|
echo $ac_n "checking "for apple_ieee"""... $ac_c" 1>&6
|
||||||
echo "configure:4744: checking "for apple-ieee"" >&5
|
echo "configure:4744: checking "for apple_ieee"" >&5
|
||||||
# Check whether --with-apple-ieee or --without-apple-ieee was given.
|
# Check whether --with-apple_ieee or --without-apple_ieee was given.
|
||||||
if test "${with_apple_ieee+set}" = set; then
|
if test "${with_apple_ieee+set}" = set; then
|
||||||
withval="$with_apple_ieee"
|
withval="$with_apple_ieee"
|
||||||
if test "x$with_apple-ieee" = xyes; then
|
if test "x$with_apple_ieee" = xyes; then
|
||||||
ac_cv_use_apple-ieee='USE_APPLE_IEEE="1"'
|
ac_cv_use_apple_ieee='USE_APPLE_IEEE="1"'
|
||||||
else
|
else
|
||||||
ac_cv_use_apple-ieee='USE_APPLE_IEEE="0"'
|
ac_cv_use_apple_ieee='USE_APPLE_IEEE="0"'
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
|
||||||
@@ -4755,12 +4755,12 @@ else
|
|||||||
if test "x$LINE" != x ; then
|
if test "x$LINE" != x ; then
|
||||||
eval "DEFAULT_$LINE"
|
eval "DEFAULT_$LINE"
|
||||||
fi
|
fi
|
||||||
ac_cv_use_apple-ieee='USE_APPLE_IEEE='$DEFAULT_USE_APPLE_IEEE
|
ac_cv_use_apple_ieee='USE_APPLE_IEEE='$DEFAULT_USE_APPLE_IEEE
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
eval "$ac_cv_use_apple-ieee"
|
eval "$ac_cv_use_apple_ieee"
|
||||||
echo $ac_cv_use_apple-ieee >> ${OSTYPE}.system.cache.tmp
|
echo $ac_cv_use_apple_ieee >> ${OSTYPE}.system.cache.tmp
|
||||||
if test "$USE_APPLE_IEEE" = 1; then
|
if test "$USE_APPLE_IEEE" = 1; then
|
||||||
echo "$ac_t""yes" 1>&6
|
echo "$ac_t""yes" 1>&6
|
||||||
else
|
else
|
||||||
|
@@ -784,8 +784,8 @@ dnl ----------------------------------------------------------------
|
|||||||
dnl user options for code features (no choice yet)
|
dnl user options for code features (no choice yet)
|
||||||
dnl ----------------------------------------------------------------
|
dnl ----------------------------------------------------------------
|
||||||
|
|
||||||
AC_OVERRIDES(apple-ieee, apple-ieee,
|
AC_OVERRIDES(apple_ieee, apple_ieee,
|
||||||
**--with-apple-ieee use the Apple IEEE codec,
|
**--with_apple_ieee use the Apple IEEE codec,
|
||||||
USE_APPLE_IEEE)
|
USE_APPLE_IEEE)
|
||||||
|
|
||||||
AC_OVERRIDES(storable,storable,
|
AC_OVERRIDES(storable,storable,
|
||||||
|
Reference in New Issue
Block a user