Skip to content

Commit

Permalink
m4_ifnblank seems to be too new for some autoconf
Browse files Browse the repository at this point in the history
And bumping autoconf version seems to be a bit much for such a small improvement
  • Loading branch information
jbkempf committed Aug 9, 2009
1 parent b7e6412 commit d76709e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m4/with_pkg.m4
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ m4_pushdef([enable_arg], m4_tolower([$1]))
PKG_WITH_MODULES([$1],[$3],
VLC_ADD_PLUGIN(module_name)
m4_ifnblank( [$8], VLC_ADD_CPPFLAGS(module_name, [$8]))
m4_ifval( m4_normalize([$8]), VLC_ADD_CPPFLAGS(module_name, [$8]))
VLC_ADD_CFLAGS(module_name,[$$1_CFLAGS] [$6])
VLC_ADD_LIBS(module_name,[$$1_LIBS] [$7]),
AS_IF([test x"$AS_TR_SH([enable_]enable_arg)" = "xyes"],
Expand Down

0 comments on commit d76709e

Please sign in to comment.