Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
51d61548
Commit
51d61548
authored
Mar 23, 2003
by
Christophe Massiot
Browse files
Fixed configure script (alcohol isn't the solution).
parent
b5d99c64
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac.in
View file @
51d61548
...
...
@@ -1998,15 +1998,15 @@ then
then
FREETYPE_PATH="${with_freetype_config_path}:${PATH}"
fi ])
AC_PATH_PROG(FREETYPE_CONFIG, freetype-config, no, ${
SDL
_PATH})
AC_PATH_PROG(FREETYPE_CONFIG, freetype-config, no, ${
FREETYPE
_PATH})
if test "x${
SDL
_CONFIG}" != "xno"
if test "x${
FREETYPE
_CONFIG}" != "xno"
then
PLUGINS="${PLUGINS} osdtext"
CFLAGS_osdtext="${CFLAGS_osdtext} `${FREETYPE_CONFIG} --cflags`"
LDFLAGS_osdtext="${LDFLAGS_osdtext} `${FREETYPE_CONFIG} --libs`"
CPPFLAGS="${CPPFLAGS_save} ${CFLAGS_freetype}"
elif test "x${enable_
sdl
}" = "xyes"
elif test "x${enable_
freetype
}" = "xyes"
then
AC_MSG_ERROR([I couldn't find the freetype package. You can download libfreetype2
from http://www.freetype.org/, or configure with --disable-freetype. Have a nice day.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment