summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorStefan Seyfried <seife+obs@b1-systems.com>2012-06-21 11:28:47 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-06-21 18:10:16 +0300
commit02ea3647ac21391b53a343d850b386616e096851 (patch)
tree47e2675a309ec479ed449c790d64047909325d8d /acinclude.m4
parentf267a12c348f15f7bf7792bc6b66314c898d1ded (diff)
downloadbluez-02ea3647ac21391b53a343d850b386616e096851.tar.gz
build: fix MISC_LDFLAGS typo to fix "--enable-pie"
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 6505ad3a3..1d6d7364e 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -360,7 +360,7 @@ AC_DEFUN([AC_ARG_BLUEZ], [
fi
AC_SUBST([MISC_CFLAGS], $misc_cflags)
- AC_SUBST([MISC_LDLAGS], $misc_ldlags)
+ AC_SUBST([MISC_LDFLAGS], $misc_ldflags)
if (test "${usb_enable}" = "yes" && test "${usb_found}" = "yes"); then
AC_DEFINE(HAVE_LIBUSB, 1, [Define to 1 if you have USB library.])