]> granicus.if.org Git - php/commitdiff
Fix wording (not "to apxs", but "of apxs").
authorSascha Schumann <sas@php.net>
Mon, 15 May 2000 16:43:44 +0000 (16:43 +0000)
committerSascha Schumann <sas@php.net>
Mon, 15 May 2000 16:43:44 +0000 (16:43 +0000)
sapi/apache/config.m4

index 3b9bd3dc75632b89790d495312ded6eccee54e77..e6530b5d3a4eec294b7723f8006c5cbdf627a091 100644 (file)
@@ -23,7 +23,7 @@ AC_ARG_WITH(apxs,
     if ! $APXS -q CFLAGS >/dev/null 2>&1; then
       AC_MSG_RESULT()
       $APXS
-      AC_MSG_ERROR([Sorry, I cannot run apxs. Either you need to install Perl or you need to pass the absolute path to apxs by using --with-apxs=/absolute/path/to/apxs])
+      AC_MSG_ERROR([Sorry, I cannot run apxs. Either you need to install Perl or you need to pass the absolute path of apxs by using --with-apxs=/absolute/path/to/apxs])
     fi 
 
        APXS_LDFLAGS="@SYBASE_LFLAGS@ @SYBASE_LIBS@ @SYBASE_CT_LFLAGS@ @SYBASE_CT_LIBS@"