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
c4535c4c
Commit
c4535c4c
authored
Dec 03, 2001
by
Christophe Massiot
Browse files
More checks for GTK headers.
parent
0e3c3788
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure
View file @
c4535c4c
...
...
@@ -5596,7 +5596,7 @@ fi
# now look for the gtk.h header
saved_CPPFLAGS
=
$CPPFLAGS
CPPFLAGS
=
"
$CPPFLAGS
$CFLAGS_GTK
"
for
ac_hdr
in
gtk/gtk.h
for
ac_hdr
in
gtk/gtk.h
glib.h gdk/gdk.h
do
ac_safe
=
`
echo
"
$ac_hdr
"
|
sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
...
...
configure.in
View file @
c4535c4c
...
...
@@ -1066,7 +1066,7 @@ then
# now look for the gtk.h header
saved_CPPFLAGS=$CPPFLAGS
CPPFLAGS="$CPPFLAGS $CFLAGS_GTK"
AC_CHECK_HEADERS(gtk/gtk.h, [
AC_CHECK_HEADERS(gtk/gtk.h
glib.h gdk/gdk.h
, [
PLUGINS="${PLUGINS} gtk"
ALIASES="${ALIASES} gvlc"
])
...
...
Write
Preview
Supports
Markdown
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