summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-06-24 08:14:32 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:11:43 +0200
commit485b9313fe3ee78e345655ae332358492e18a878 (patch)
tree3958715b3c6e30b165cb5c12bd53d832a652dc1b /configure
parent8090af20b5219e07d7bf1400d94e1adf3a8ae6ce (diff)
downloadmpv-485b9313fe3ee78e345655ae332358492e18a878.tar.bz2
mpv-485b9313fe3ee78e345655ae332358492e18a878.tar.xz
configure: whitespace cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31547 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index 3eebae8499..9ffa1f1d54 100755
--- a/configure
+++ b/configure
@@ -5119,7 +5119,7 @@ if test "$_kva" = auto; then
cat > $TMPC << EOF
#include <os2.h>
#include <kva.h>
-int main( void ) { return 0; }
+int main(void) { return 0; }
EOF
_kva=no;
cc_check -lkva && _kva=yes
@@ -5208,7 +5208,7 @@ if test "$_dxr2" = auto; then
_dxr2=no
for _inc_tmp in "" -I/usr/local/include/dxr2 -I/usr/include/dxr2; do
header_check dxr2ioctl.h $_inc_tmp && _dxr2=yes &&
- extra_cflags="$extra_cflags $_inc_tmp" && break
+ extra_cflags="$extra_cflags $_inc_tmp" && break
done
fi
if test "$_dxr2" = yes; then
@@ -5710,7 +5710,7 @@ if test "$_dart" = auto; then
cat > $TMPC << EOF
#include <os2.h>
#include <dart.h>
-int main( void ) { return 0; }
+int main(void) { return 0; }
EOF
_dart=no;
cc_check -ldart && _dart=yes
@@ -6173,7 +6173,7 @@ if test "$_liblzo" = auto ; then
_liblzo=no
cat > $TMPC << EOF
#include <lzo/lzo1x.h>
-int main(void) { lzo_init();return 0; }
+int main(void) { lzo_init(); return 0; }
EOF
cc_check -llzo2 && _liblzo=yes
fi