Skip to content

Commit

Permalink
Check for perl and assign it to a var since it is needed for generati…
Browse files Browse the repository at this point in the history
…ng the protocol header.
  • Loading branch information
dev-zero authored and Wayne Davison committed May 1, 2015
1 parent 51e3c3d commit b560a96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ AC_PROG_INSTALL
AC_PROG_MKDIR_P
AC_PROG_CC_STDC
AC_SUBST(SHELL)
AC_PATH_PROG([PERL], [perl])

AC_DEFINE([_GNU_SOURCE], 1,
[Define _GNU_SOURCE so that we get all necessary prototypes])
Expand Down

0 comments on commit b560a96

Please sign in to comment.