Skip to content
Snippets Groups Projects
Commit 35fbe62d authored by rds's avatar rds
Browse files

Fix finding GLIB_GENMARSHAL when in location only in PATH set for configure...

parent c15bbb2d
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
################################################################################
################################################################################
AC_PREREQ(2.59)
AC_PREREQ(2.61)
AC_INIT([ZMap],[0.1],[zmap@sanger.ac.uk])
# check we can find the source
......@@ -169,6 +169,8 @@ AC_PROG_LN_S
AC_ARG_VAR(GLIB_GENMARSHAL, [The glib-genmarshal executable.])
AC_CHECK_PROG(GLIB_GENMARSHAL, glib-genmarshal, glib-genmarshal)
GLIB_GENMARSHAL=$(which $GLIB_GENMARSHAL)
################################################################################
################################################################################
# Checks for libraries.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment