diff options
author | John Stebbins <[email protected]> | 2015-10-19 11:48:43 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2015-10-19 11:49:40 -0700 |
commit | 3a9d7dce64a3057f21419f0cd765cdf929a66dad (patch) | |
tree | 8180786404140c747faa2e23c37175f206171f95 /gtk/configure.ac | |
parent | 943a6385c1cbd15c394372114d7c710fb1747861 (diff) |
LinGui: fix g++ configure probe
Diffstat (limited to 'gtk/configure.ac')
-rw-r--r-- | gtk/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/configure.ac b/gtk/configure.ac index 148827bb2..98649ad13 100644 --- a/gtk/configure.ac +++ b/gtk/configure.ac @@ -9,7 +9,7 @@ AM_MAINTAINER_MODE AC_PROG_CC(gcc clang) AC_ISC_POSIX -AC_PROG_CXX(gcc++ clang++) +AC_PROG_CXX(g++ clang++) AM_PROG_CC_STDC AC_HEADER_STDC |