diff options
author | Ted Gould <ted@gould.cx> | 2012-08-21 14:12:17 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-08-21 14:12:17 -0500 |
commit | f5e23ba9a51b8262121e91d5f1d0d64627b7b3cf (patch) | |
tree | e24ec810f25badb1f645b534f1f347977032c005 | |
parent | 45844af8292c400b63dcfaa2e53cb6aabc69251b (diff) | |
download | lightdm-remote-session-freerdp2-f5e23ba9a51b8262121e91d5f1d0d64627b7b3cf.tar.gz lightdm-remote-session-freerdp2-f5e23ba9a51b8262121e91d5f1d0d64627b7b3cf.tar.bz2 lightdm-remote-session-freerdp2-f5e23ba9a51b8262121e91d5f1d0d64627b7b3cf.zip |
Get us a C compiler
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index d204988..b4f3885 100644 --- a/configure.ac +++ b/configure.ac @@ -3,6 +3,10 @@ AC_INIT([lightdm-remote-session-freerdp], [0.1]) AM_INIT_AUTOMAKE([1.11 -Wno-portability]) AM_SILENT_RULES([yes]) +AC_PROG_CC +AC_PROG_INSTALL +AM_PROG_CC_C_O + ########################### # Local Install ########################### |