summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTodd Zullinger <tmzullinger@users.sourceforge.net>2008-03-03 02:10:17 +0000
committerTodd Zullinger <tmzullinger@users.sourceforge.net>2008-03-03 02:10:17 +0000
commitb6e751ec9524ed0692463cf4e0f09f178d9bdd93 (patch)
treee821f3ebb7fbc7b7da968cacd8f881af4b0dbfbc /configure.ac
parent1f08b7868f57d16cdbd9dd9f730c4871b18ccb78 (diff)
downloadlibgpod-b6e751ec9524ed0692463cf4e0f09f178d9bdd93.tar.gz
libgpod-b6e751ec9524ed0692463cf4e0f09f178d9bdd93.tar.xz
libgpod-b6e751ec9524ed0692463cf4e0f09f178d9bdd93.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)