Index: /OpenSceneGraph/trunk/CMakeLists.txt
===================================================================
--- /OpenSceneGraph/trunk/CMakeLists.txt (revision 9570)
+++ /OpenSceneGraph/trunk/CMakeLists.txt (revision 9574)
@@ -774,8 +774,8 @@
         )
     ELSE(IS_DIRECTORY /etc/ld.so.conf.d)
-        IF(EXIST /etc/ld.so.conf)
+        IF(EXISTS /etc/ld.so.conf)
             MESSAGE("You have an ld.so.conf file in /etc\n"
                 "You may need to add ${CMAKE_INSTALL_PREFIX}lib${LIB_POSTFIX} to it.")
-        ENDIF(EXIST /etc/ld.so.conf)
+        ENDIF(EXISTS /etc/ld.so.conf)
     ENDIF(IS_DIRECTORY /etc/ld.so.conf.d)
 
