summaryrefslogtreecommitdiffstats
path: root/proxy/configure.ac
diff options
context:
space:
mode:
authorRobbie Harwood (frozencemetery) <rharwood@redhat.com>2015-08-24 16:24:51 -0400
committerSimo Sorce <simo@redhat.com>2015-08-31 15:57:39 -0400
commit9f1a8a8777ae144ccf34c6406e9bc8fa930e0047 (patch)
tree9aff242affe71f2b1becfcf736f7adaab9542073 /proxy/configure.ac
parent89197623cb3c3d84fc19d90fccbb8f7ac49fd562 (diff)
downloadgss-proxy-9f1a8a8777ae144ccf34c6406e9bc8fa930e0047.tar.gz
gss-proxy-9f1a8a8777ae144ccf34c6406e9bc8fa930e0047.tar.xz
gss-proxy-9f1a8a8777ae144ccf34c6406e9bc8fa930e0047.zip
Remove one layer of abstraction over dinglibs
A handful of parameter name differences (`key` vs. `keyname`) have been tweaked but the function bodies are otherwise unchanged. Signed-off-by: Robbie Harwood (frozencemetery) <rharwood@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'proxy/configure.ac')
-rw-r--r--proxy/configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/proxy/configure.ac b/proxy/configure.ac
index 26430f8..c0bc9b0 100644
--- a/proxy/configure.ac
+++ b/proxy/configure.ac
@@ -95,7 +95,6 @@ else
fi
if test x$have_libini_config = x1; then
- AC_DEFINE([WITH_DINGLIBS], [1], [Using ini_config])
INI_CFLAGS="$INI_CONFIG_CFLAGS"
INI_LIBS="$INI_CONFIG_LIBS"
else