summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2021-11-23 22:33:59 -0800
committerAdrian Thurston <thurston@colm.net>2021-11-23 22:36:42 -0800
commite7b97a1f1fe3d59246c9e5488213f049b91fe047 (patch)
tree86775ed8c8146f32b785c0cf07d0dcfb838314a9
parentd2c175b8c4521dd9d2ee08dbaa24cc62aef8e475 (diff)
downloadragel-e7b97a1f1fe3d59246c9e5488213f049b91fe047.tar.gz
colm package data is now in pkgdatadir, adjust COLM_SHARE
See adrian-thurston/colm#134.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b969dae6..e1a0fc67 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,7 +49,7 @@ AC_ARG_WITH(colm,
LDFLAGS="-L$withval/lib ${LDFLAGS}"
LIBCOLM_LA="$withval/lib/libcolm.la"
LIBFSM_LA="$withval/lib/libfsm.la"
- COLM_SHARE="$withval/share"
+ COLM_SHARE="$withval/share/colm"
],
[]
)