Skip to content

Commit ea52021

Browse files
author
Felipe Zimmerle
committed
Travis.yaml - testing build
1 parent 6b8d7de commit ea52021

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ before_script:
4949
- pwd
5050
- cd -
5151
- cd ModSecurity-apache
52+
- ./autogen.sh
53+
- export PATH="/usr/local/apache2/bin/:$PATH"
54+
- ls -la /usr/local/apache2/bin/
55+
- ls -la /usr/local/apache2/include/
56+
- ./configure --with-apxs=/usr/local/apache2/bin/apxs
57+
- make
5258
- pwd
5359

5460
script:

build/ax_prog_apache.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ AC_DEFUN([AX_PROG_APACHE],
112112
# If not specified by caller, search in standard places
113113
#
114114
if test -z "$APACHE" ; then
115-
AC_PATH_PROG(APACHE, httpd, , /usr/local/apache/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin)
115+
AC_PATH_PROG(APACHE, httpd, , /usr/local/apache/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/usr/local/apache2/bin)
116116
fi
117117
AC_SUBST(APACHE)
118118
if test -z "$APACHE" ; then

0 commit comments

Comments
 (0)