run libtiff configure when --with-libtiff=builtin is specified
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49513 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
8
configure
vendored
8
configure
vendored
@@ -1,5 +1,5 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# From configure.in Id: configure.in 49376 2007-10-23 22:19:34Z VZ .
|
# From configure.in Id: configure.in 49441 2007-10-25 22:43:57Z MW .
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.61 for wxWidgets 2.9.0.
|
# Generated by GNU Autoconf 2.61 for wxWidgets 2.9.0.
|
||||||
#
|
#
|
||||||
@@ -29976,10 +29976,10 @@ echo "$as_me: WARNING: system tiff library not found, will use built-in instead"
|
|||||||
else
|
else
|
||||||
wxUSE_LIBTIFF=sys
|
wxUSE_LIBTIFF=sys
|
||||||
fi
|
fi
|
||||||
if test "$wxUSE_LIBTIFF" = "builtin" ; then
|
fi
|
||||||
subdirs="$subdirs src/tiff"
|
if test "$wxUSE_LIBTIFF" = "builtin" ; then
|
||||||
|
subdirs="$subdirs src/tiff"
|
||||||
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@@ -2555,9 +2555,9 @@ if test "$wxUSE_LIBTIFF" != "no" ; then
|
|||||||
dnl we are using the system library
|
dnl we are using the system library
|
||||||
wxUSE_LIBTIFF=sys
|
wxUSE_LIBTIFF=sys
|
||||||
fi
|
fi
|
||||||
if test "$wxUSE_LIBTIFF" = "builtin" ; then
|
fi
|
||||||
AC_CONFIG_SUBDIRS([src/tiff])
|
if test "$wxUSE_LIBTIFF" = "builtin" ; then
|
||||||
fi
|
AC_CONFIG_SUBDIRS([src/tiff])
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user