summaryrefslogtreecommitdiffstats
path: root/configure.in.in
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-06 21:10:37 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-06 21:10:37 +0000
commit7e96f17ac1107950c215559315f1591ec1107d82 (patch)
tree82e8999100d55714646c60eec77f53011fb578a8 /configure.in.in
parent25cc9face418e901c6ae0bb85b04cbefa4d1f0bb (diff)
downloadk9copy-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-xconfigure.in.in3
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"