summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authortmzullinger <tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2008-03-03 02:10:17 +0000
committertmzullinger <tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2008-03-03 02:10:17 +0000
commita058248f2a0b521098173dc8ba51f51fe54d1856 (patch)
treee821f3ebb7fbc7b7da968cacd8f881af4b0dbfbc /configure.ac
parent5e197443e67feef532a8d83a3ba447f71b102007 (diff)
downloadlibgpod-a058248f2a0b521098173dc8ba51f51fe54d1856.tar.gz
libgpod-a058248f2a0b521098173dc8ba51f51fe54d1856.tar.xz
libgpod-a058248f2a0b521098173dc8ba51f51fe54d1856.zip
shell portability fixes (courtesy of Klaus Heinz)
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1950 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 308f2c0..051470d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -106,7 +106,7 @@ if test "x$with_hal" != "xno"; then
AC_MSG_ERROR([HAL support explicitly requested but HAL couldn't be found])
fi
- if test "x$enable_hal" == "xyes"; then
+ if test "x$enable_hal" = "xyes"; then
AC_DEFINE(HAVE_HAL, 1, [Define if you have HAL support])
AC_SUBST(HAL_CFLAGS)
AC_SUBST(HAL_LIBS)