aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-09-14 14:13:59 -0500
committerTed Gould <ted@gould.cx>2012-09-14 14:13:59 -0500
commit7721cce2f593a5aa5a5b94e14eef8d890c7c36ad (patch)
treea95068a4d7ff84154d73d1b803754be99aad4042
parent453ac7cbd58bfd03289312cd752cd3063a9521ed (diff)
downloadlightdm-remote-session-remoteconfigure-7721cce2f593a5aa5a5b94e14eef8d890c7c36ad.tar.gz
lightdm-remote-session-remoteconfigure-7721cce2f593a5aa5a5b94e14eef8d890c7c36ad.tar.bz2
lightdm-remote-session-remoteconfigure-7721cce2f593a5aa5a5b94e14eef8d890c7c36ad.zip
Adding a C compiler
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index efa017a..8695e75 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,6 +3,10 @@ AC_INIT([lightdm-remote-session-uccsconfigure], [0.3])
AM_INIT_AUTOMAKE([1.11 -Wno-portability])
AM_SILENT_RULES([yes])
+AC_PROG_CC
+AC_PROG_INSTALL
+AM_PROG_CC_C_O
+
###########################
# Local Install
###########################