summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2012-11-07 17:19:56 -0500
committerAdam <Adam@anope.org>2012-11-07 19:36:59 -0500
commitac57f41c8762050190badf1b24d67d260f869e00 (patch)
tree2de74f53c2104e2ca9c4883317e4bd2eb49946fe /CMakeLists.txt
parent8b78b6bb104e8c1088d066f153967678b50a15a8 (diff)
We no longer have to use the rungroup provided at build time, it is specified in the config now
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 502806c3a..52c18e426 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -339,7 +339,6 @@ check_include_file(stdint.h HAVE_STDINT_H)
check_include_file(strings.h HAVE_STRINGS_H)
# Check for the existance of the following functions
-check_function_exists(setgrent HAVE_SETGRENT)
check_function_exists(strcasecmp HAVE_STRCASECMP)
check_function_exists(stricmp HAVE_STRICMP)
check_function_exists(umask HAVE_UMASK)