summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTim Edwards <tim@opencircuitdesign.com>2015-10-14 23:15:35 -0400
committerTim Edwards <tim@opencircuitdesign.com>2015-10-14 23:15:35 -0400
commit428e891153d702b74ffca61f7f7a0d2590d506d8 (patch)
treea33d9801ef6c5851378e8afa0cdd6dcbec53b977 /configure.in
parentcc4a6528b1e5ecf46785e621fb20d1b31876b9bd (diff)
Reverted one change involving the $prefix set by configure; still
figuring out how to specify QROUTER_LIB_DIR, which needs to be dealt with another way. Also fixed parsing of the "priority" command.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index a1fcdfe..25902f5 100644
--- a/configure.in
+++ b/configure.in
@@ -162,7 +162,7 @@ fi
# Options
# =========================================
-QROUTER_LIB_DIR=${prefix}/share/qrouter
+QROUTER_LIB_DIR=${ac_default_prefix}/share/qrouter
AC_ARG_WITH(libdir,
[ --with-libdir=DIR path to qrouter default config files], [
QROUTER_LIB_DIR=$withval