]> granicus.if.org Git - php/commitdiff
Corrected typo in config.m4
authorDavid Eriksson <eriksson@php.net>
Tue, 20 Feb 2001 15:12:31 +0000 (15:12 +0000)
committerDavid Eriksson <eriksson@php.net>
Tue, 20 Feb 2001 15:12:31 +0000 (15:12 +0000)
ext/satellite/config.m4

index 501bf9610793acec5f2d352f7f54bf90cb8b7a86..d9eb2ce69f66ff2d6d8353f3d37c873d21a97096 100644 (file)
@@ -17,7 +17,7 @@ if test "$PHP_SATELLITE" != "no"; then
 
        dnl check for symbol giop_skip_atexit in libIIOP
        AC_CHECK_LIB(IIOP, giop_skip_atexit, [true], [
-               AC_MSG_ERROR([You need a CVS version of ORBit, please read ext/satallite/README])
+               AC_MSG_ERROR([You need a CVS version of ORBit, please read ext/satellite/README])
                ], `$orbit_config --libs client`)
 
        dnl ORBIT_CFLAGS=`$orbit_config --cflags client`