summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2014-06-16 16:40:56 -0400
committerlianah <lianahady@gmail.com>2014-06-19 18:24:38 -0400
commit2e36a4492b61fbd18988356e95c701b96ff63d7d (patch)
tree64a07d67fbf50df36fbe59122e940560a90d223b /config
parent967a6e7a7be80e76c9fcf76f6a5b1b90f38156b3 (diff)
Minor fixes to get-abc script and configure stuff.
Diffstat (limited to 'config')
-rw-r--r--config/abc.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/config/abc.m4 b/config/abc.m4
index d86b2f465..0d91a36a5 100644
--- a/config/abc.m4
+++ b/config/abc.m4
@@ -6,6 +6,7 @@ AC_MSG_CHECKING([whether user requested abc support])
LIBABC=
have_libabc=0
ABC_LIBS=
+ABC_LDFLAGS=
if test "$with_abc" = no; then
AC_MSG_RESULT([no, abc disabled by user])
elif test "$with_abc" = yes; then
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback