From: Sascha Schumann Date: Sat, 13 Nov 1999 12:51:25 +0000 (+0000) Subject: Fix typo (escape sign was one off) X-Git-Tag: php-4.0b3_RC5~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=194d75c3a877c8dfade776c4ee6dd1067d068879;p=php Fix typo (escape sign was one off) --- 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