[libdvdnav-devel] Configure: remove tabs

Jean-Baptiste Kempf git at videolan.org
Sun Mar 2 11:54:32 CET 2014


libdvdnav | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Mar  2 11:54:23 2014 +0100| [a997e4dd50f17c920625685d420dd1dff8ed1c7a] | committer: Jean-Baptiste Kempf

Configure: remove tabs

> http://git.videolan.org/gitweb.cgi/libdvdnav.git/?a=commit;h=a997e4dd50f17c920625685d420dd1dff8ed1c7a
---

 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index d2ab0b1..f99db57 100644
--- a/configure.ac
+++ b/configure.ac
@@ -82,8 +82,8 @@ case $host in
     ;;
   *)
     AC_CHECK_LIB(pthread, pthread_create,
-	[THREAD_LIBS="-lpthread"],
-	AC_MSG_ERROR(pthread needed))
+        [THREAD_LIBS="-lpthread"],
+        AC_MSG_ERROR(pthread needed))
     ;;
 esac
 AC_SUBST(THREAD_LIBS)



More information about the libdvdnav-devel mailing list