Skip to content

Instantly share code, notes, and snippets.

@m6w6
Created July 17, 2014 06:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save m6w6/67d1788945aa69adf7e4 to your computer and use it in GitHub Desktop.
Save m6w6/67d1788945aa69adf7e4 to your computer and use it in GitHub Desktop.
diff --git a/config9.m4 b/config9.m4
index ce63132..73b2298 100644
--- a/config9.m4
+++ b/config9.m4
@@ -353,6 +353,8 @@ dnl ----
AC_DEFINE([PHP_HTTP_HAVE_PHP_RAPHF_H], [1], [Have ext/raphf support])
PHP_ADD_INCLUDE([$HTTP_EXT_RAPHF_INCDIR])
fi
+ ], [
+ AC_MSG_ERROR([Please install pecl/raphf])
])
dnl ----
@@ -379,6 +381,8 @@ dnl ----
AC_DEFINE([PHP_HTTP_HAVE_PHP_PROPRO_H], [1], [Have ext/propro support])
PHP_ADD_INCLUDE([$HTTP_EXT_PROPRO_INCDIR])
fi
+ ], [
+ AC_MSG_ERROR([Please install pecl/raphf])
])
PHP_ARG_WITH([http-shared-deps], [whether to depend on extensions which have been built shared],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment