summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-11-13 12:51:25 +0000
committerSascha Schumann <sas@php.net>1999-11-13 12:51:25 +0000
commit194d75c3a877c8dfade776c4ee6dd1067d068879 (patch)
treec35fd3e1fd038a3d232806c544bc8cda4556ac76
parentc8106593796ebb7594a81feb7887b0dd259bad4b (diff)
downloadphp-git-194d75c3a877c8dfade776c4ee6dd1067d068879.tar.gz
Fix typo (escape sign was one off)
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index f8726256d9..184f33cc46 100644
--- a/configure.in
+++ b/configure.in
@@ -641,7 +641,7 @@ AC_ARG_ENABLE(thread-safety,
TSRM_LIB='TSRM/libtsrm.la'
TSRM_DIR=TSRM
AC_DEFINE(ZTS)
- INCLUDES="$INCLUDES -I$\(top_builddir)/TSRM"
+ INCLUDES="$INCLUDES -I\$(top_builddir)/TSRM"
CPPFLAGS="$CPPFLAGS -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS"
AC_MSG_RESULT(yes)
else