summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Olson <olson@cumulusnetworks.com>2017-06-21 17:50:57 -0700
committerDave Olson <olson@cumulusnetworks.com>2017-06-21 17:50:57 -0700
commit6e19abaede92cfde272aa095486bb244e359f677 (patch)
tree49a55de362e48d4942dc08dadbf4b9760d89c48f
parent61257dc81beebcf324027edb712305c376dd2052 (diff)
downloadlibpam-radius-auth-6e19abaede92cfde272aa095486bb244e359f677.tar.gz
libpam-radius-auth-6e19abaede92cfde272aa095486bb244e359f677.zip
Remove configure check, breaks with sbuild, and not needed
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8ff3482..753a75d 100644
--- a/Makefile
+++ b/Makefile
@@ -27,8 +27,6 @@ CFLAGS := -Wall -fPIC ${CFLAGS}
#LDFLAGS += -shared -Wl,--version-script=pamsymbols.ver
LDFLAGS += -shared
-$(if $(wildcard src/config.h),,$(error You must run './configure [options]' before doing 'make'))
-
######################################################################
#
# The default rule to build everything.