diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-06 21:10:37 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-06 21:10:37 +0000 |
commit | 7e96f17ac1107950c215559315f1591ec1107d82 (patch) | |
tree | 82e8999100d55714646c60eec77f53011fb578a8 /configure.in.in | |
parent | 25cc9face418e901c6ae0bb85b04cbefa4d1f0bb (diff) | |
download | k9copy-7e96f17ac1107950c215559315f1591ec1107d82.tar.gz k9copy-7e96f17ac1107950c215559315f1591ec1107d82.zip |
Yet another attempt at getting the FTBFS fixed...sometimes Automake can be a real pain!
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1172299 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'configure.in.in')
-rwxr-xr-x | configure.in.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in.in b/configure.in.in index 3c1ef01..521ade7 100755 --- a/configure.in.in +++ b/configure.in.in @@ -58,8 +58,7 @@ CFLAGS="$CFLAGS -D__STDC_CONSTANT_MACROS" AC_MSG_CHECKING([if libavformat/avformat.h provides av_free_packet]) AC_TRY_LINK([#include <libavformat/avformat.h> ],[AVPacket *packet; av_free_packet(packet);], -[AC_MSG_RESULT(yes) -AC_DEFINE(NEEDS_AV_FREE_PACKET,0,[yes])], +AC_MSG_RESULT(yes), [AC_MSG_RESULT(no) AC_DEFINE(NEEDS_AV_FREE_PACKET,1,[no])]) CXXFLAGS="$cxx_flags_safe" |