diff --git a/configure.ac b/configure.ac index bc4ab0b29c..bd5bcec72d 100644 --- a/configure.ac +++ b/configure.ac @@ -279,7 +279,7 @@ ompi_show_title "Compiler and preprocessor tests" # C compiler characteristics ################################## -OMPI_SETUP_CC +OPAL_SETUP_CC # If we build on a windows environment with the windows compiler and linker # then we need some translation functions from the opal/win32 directory. diff --git a/opal/config/opal_setup_cc.m4 b/opal/config/opal_setup_cc.m4 index caf71fb6da..f59fe7e6a9 100644 --- a/opal/config/opal_setup_cc.m4 +++ b/opal/config/opal_setup_cc.m4 @@ -11,7 +11,7 @@ dnl University of Stuttgart. All rights reserved. dnl Copyright (c) 2004-2006 The Regents of the University of California. dnl All rights reserved. dnl Copyright (c) 2007-2009 Sun Microsystems, Inc. All rights reserved. -dnl Copyright (c) 2008 Cisco Systems, Inc. All rights reserved. +dnl Copyright (c) 2008-2010 Cisco Systems, Inc. All rights reserved. dnl $COPYRIGHT$ dnl dnl Additional copyrights may follow @@ -19,11 +19,11 @@ dnl dnl $HEADER$ dnl -# OMPI_SETUP_CC() +# OPAL_SETUP_CC() # --------------- # Do everything required to setup the C compiler. Safe to AC_REQUIRE # this macro. -AC_DEFUN([OMPI_SETUP_CC],[ +AC_DEFUN([OPAL_SETUP_CC],[ # AM_PROG_CC_C_O AC_REQUIREs AC_PROG_CC, so we have to be a little # careful about ordering here, and AC_REQUIRE these things so that # they get stamped out in the right order.